mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: ghc-tar: Update to 0.5.1.0.
* gnu/packages/haskell.scm (ghc-tar): Update to 0.5.1.0.
This commit is contained in:
parent
6b05cfb4e4
commit
221c356316
1 changed files with 2 additions and 2 deletions
|
@ -7091,7 +7091,7 @@ (define-public ghc-bytestring-handle
|
|||
(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 @@ (define-public ghc-tar
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18qq94j9bm91iswnxq2dm5dws5c7wm4k01q2rpf8py35cf3svnfq"))))
|
||||
"0s2brvaxg5fki2jdkccmnpssiy6a3wjh24p6a3dkkdvjcixnk7f8"))))
|
||||
(build-system haskell-build-system)
|
||||
;; FIXME: 2/24 tests fail.
|
||||
(arguments `(#:tests? #f))
|
||||
|
|
Loading…
Reference in a new issue