mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-hs-bibutils: Update to 6.7.0.0.
* gnu/packages/haskell-xyz.scm (ghc-hs-bibutils): Update to 6.7.0.0.
This commit is contained in:
parent
6eeee6ea25
commit
ebcb4f23f6
1 changed files with 2 additions and 2 deletions
|
@ -4918,7 +4918,7 @@ (define-public ghc-hpack
|
||||||
(define-public ghc-hs-bibutils
|
(define-public ghc-hs-bibutils
|
||||||
(package
|
(package
|
||||||
(name "ghc-hs-bibutils")
|
(name "ghc-hs-bibutils")
|
||||||
(version "6.6.0.0")
|
(version "6.7.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4927,7 +4927,7 @@ (define-public ghc-hs-bibutils
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n2sz2zl4naspryd49ii858qkjp2lapns5a2gr8zm6vvn5sh1f0l"))))
|
"1qfyssl76lm4g09yxr3y10kmf8cnzls46g5h0ijk0wpk9wlhbln5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-syb" ,ghc-syb)))
|
(inputs `(("ghc-syb" ,ghc-syb)))
|
||||||
(home-page "https://hackage.haskell.org/package/hs-bibutils")
|
(home-page "https://hackage.haskell.org/package/hs-bibutils")
|
||||||
|
|
Loading…
Reference in a new issue