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

* gnu/packages/haskell.scm (ghc-hs-bibutils): Update to 6.2.0.1.
This commit is contained in:
Ricardo Wurmus 2018-02-13 11:45:30 +01:00
parent 1afa5abbe8
commit 1ddcb5e300
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5913,7 +5913,7 @@ (define-public ghc-pandoc
(define-public ghc-hs-bibutils
(package
(name "ghc-hs-bibutils")
(version "5.5")
(version "6.2.0.1")
(source
(origin
(method url-fetch)
@ -5922,7 +5922,7 @@ (define-public ghc-hs-bibutils
version ".tar.gz"))
(sha256
(base32
"0pf5lh179rw9jkmw16ss3kiwydlj6zgfk868mjl5s57kx55z7ycm"))))
"0c56sjgg82kjcg5rrplnyn7vf02ccsj3kkcbgc87zxlv0j880rjb"))))
(build-system haskell-build-system)
(inputs `(("ghc-syb" ,ghc-syb)))
(home-page "https://hackage.haskell.org/package/hs-bibutils")