mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
853748c424
commit
ec83929f5f
1 changed files with 2 additions and 2 deletions
|
@ -10106,7 +10106,7 @@ having to unsafely pass dummy arguments.")
|
||||||
(define-public ghc-tar
|
(define-public ghc-tar
|
||||||
(package
|
(package
|
||||||
(name "ghc-tar")
|
(name "ghc-tar")
|
||||||
(version "0.5.1.0")
|
(version "0.5.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10115,7 +10115,7 @@ having to unsafely pass dummy arguments.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s2brvaxg5fki2jdkccmnpssiy6a3wjh24p6a3dkkdvjcixnk7f8"))))
|
"1ppim7cgmn7ng8zbdrwkxhhizc30h15h1c9cdlzamc5jcagl915k"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
;; FIXME: 2/24 tests fail.
|
;; FIXME: 2/24 tests fail.
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue