mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ghc-streaming-commons: Update to 0.1.16.
* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.1.16.
This commit is contained in:
parent
4fa53bd32e
commit
c701ebab7b
1 changed files with 2 additions and 2 deletions
|
@ -1384,7 +1384,7 @@ (define-public ghc-opengl
|
||||||
(define-public ghc-streaming-commons
|
(define-public ghc-streaming-commons
|
||||||
(package
|
(package
|
||||||
(name "ghc-streaming-commons")
|
(name "ghc-streaming-commons")
|
||||||
(version "0.1.14.2")
|
(version "0.1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1394,7 +1394,7 @@ (define-public ghc-streaming-commons
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12nw9bwvy6zrabkgvbp371klca3ds6qjlfncg1b8pbwx1y7m8c8h"))))
|
"0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
`(("ghc-blaze-builder" ,ghc-blaze-builder)
|
||||||
|
|
Loading…
Reference in a new issue