gnu: ghc-streaming-commons: Update to 0.1.16.

* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.1.16.
master
Ricardo Wurmus 2018-02-12 23:51:38 +01:00
parent 4fa53bd32e
commit c701ebab7b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1384,7 +1384,7 @@ version 1.3).")
(define-public ghc-streaming-commons
(package
(name "ghc-streaming-commons")
(version "0.1.14.2")
(version "0.1.16")
(source
(origin
(method url-fetch)
@ -1394,7 +1394,7 @@ version 1.3).")
".tar.gz"))
(sha256
(base32
"12nw9bwvy6zrabkgvbp371klca3ds6qjlfncg1b8pbwx1y7m8c8h"))))
"0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)