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

* gnu/packages/haskell.scm (ghc-hs-bibutils): Update to 6.2.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5913,7 +5913,7 @@ provided for those who need a drop-in replacement for Markdown.pl.")
(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 @@ provided for those who need a drop-in replacement for Markdown.pl.")
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")