gnu: ghc-base64-bytestring: Update to 1.0.0.2.

* gnu/packages/haskell.scm (ghc-base64-bytestring): Update to 1.0.0.2.
master
Tobias Geerinckx-Rice 2019-03-18 14:30:25 +01:00
parent 693bcfe222
commit ecad6abf26
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -3974,7 +3974,7 @@ work, but is substantially simpler and faster.")
(define-public ghc-base64-bytestring
(package
(name "ghc-base64-bytestring")
(version "1.0.0.1")
(version "1.0.0.2")
(source
(origin
(method url-fetch)
@ -3983,8 +3983,7 @@ work, but is substantially simpler and faster.")
version
".tar.gz"))
(sha256
(base32
"0l1v4ddjdsgi9nqzyzcxxj76rwar3lzx8gmwf2r54bqan3san9db"))))
(base32 "13305brzlac24pifiqd5a2z10c6k6amhpdy9cc0z5ryrkgnm8dhr"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(home-page "https://github.com/bos/base64-bytestring")