mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-bzlib-conduit: Update to 0.3.0.2.
* gnu/packages/haskell-xyz.scm (ghc-bzlib-conduit): Update to 0.3.0.2.
This commit is contained in:
parent
b58e5b8423
commit
5fba8d6d17
1 changed files with 2 additions and 2 deletions
|
@ -1129,7 +1129,7 @@ from strict or lazy bytestrings.")
|
|||
(define-public ghc-bzlib-conduit
|
||||
(package
|
||||
(name "ghc-bzlib-conduit")
|
||||
(version "0.3.0.1")
|
||||
(version "0.3.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1137,7 +1137,7 @@ from strict or lazy bytestrings.")
|
|||
"bzlib-conduit-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fd2hnr782s7qgipazg2yxwia9qqhkvm9bcm90773c3zkxa13n23"))))
|
||||
"0a21zin5plsl37hkxh2jv8cxwyjrbs2fy7n5cyrzgdaa7lmp6b7b"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-bindings-dsl" ,ghc-bindings-dsl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue