gnu: ghc-tar: Update to 0.5.1.0.

* gnu/packages/haskell.scm (ghc-tar): Update to 0.5.1.0.
master
Timothy Sample 2018-08-28 23:34:59 -04:00 committed by Ricardo Wurmus
parent 6b05cfb4e4
commit 221c356316
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7091,7 +7091,7 @@ this problem.")
(define-public ghc-tar
(package
(name "ghc-tar")
(version "0.5.0.3")
(version "0.5.1.0")
(source
(origin
(method url-fetch)
@ -7100,7 +7100,7 @@ this problem.")
version ".tar.gz"))
(sha256
(base32
"18qq94j9bm91iswnxq2dm5dws5c7wm4k01q2rpf8py35cf3svnfq"))))
"0s2brvaxg5fki2jdkccmnpssiy6a3wjh24p6a3dkkdvjcixnk7f8"))))
(build-system haskell-build-system)
;; FIXME: 2/24 tests fail.
(arguments `(#:tests? #f))