me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hs-bibutils: Update to 6.7.0.0.

* gnu/packages/haskell-xyz.scm (ghc-hs-bibutils): Update to 6.7.0.0.
master
Timothy Sample 2019-10-31 09:54:39 -04:00
parent 6eeee6ea25
commit ebcb4f23f6
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -4918,7 +4918,7 @@ are described in a file named @code{package.yaml}. Both @code{cabal2nix} and
(define-public ghc-hs-bibutils
(package
(name "ghc-hs-bibutils")
(version "6.6.0.0")
(version "6.7.0.0")
(source
(origin
(method url-fetch)
@ -4927,7 +4927,7 @@ are described in a file named @code{package.yaml}. Both @code{cabal2nix} and
version ".tar.gz"))
(sha256
(base32
"0n2sz2zl4naspryd49ii858qkjp2lapns5a2gr8zm6vvn5sh1f0l"))))
"1qfyssl76lm4g09yxr3y10kmf8cnzls46g5h0ijk0wpk9wlhbln5"))))
(build-system haskell-build-system)
(inputs `(("ghc-syb" ,ghc-syb)))
(home-page "https://hackage.haskell.org/package/hs-bibutils")