3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-tar: Update to 0.5.1.1.

* gnu/packages/haskell-xyz.scm (ghc-tar): Update to 0.5.1.1.
This commit is contained in:
Timothy Sample 2019-10-31 10:19:40 -04:00
parent 853748c424
commit ec83929f5f
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -10106,7 +10106,7 @@ having to unsafely pass dummy arguments.")
(define-public ghc-tar
(package
(name "ghc-tar")
(version "0.5.1.0")
(version "0.5.1.1")
(source
(origin
(method url-fetch)
@ -10115,7 +10115,7 @@ having to unsafely pass dummy arguments.")
version ".tar.gz"))
(sha256
(base32
"0s2brvaxg5fki2jdkccmnpssiy6a3wjh24p6a3dkkdvjcixnk7f8"))))
"1ppim7cgmn7ng8zbdrwkxhhizc30h15h1c9cdlzamc5jcagl915k"))))
(build-system haskell-build-system)
;; FIXME: 2/24 tests fail.
(arguments `(#:tests? #f))