diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 23:34:59 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:15 +0200 |
commit | 221c3563162926a44be20ba3899d4f8b7601b3c9 (patch) | |
tree | 430e750a6a29e591d0a7263ec64bd19fb032391e /gnu | |
parent | 6b05cfb4e47c28d3432d01d58ae4157d816d9d67 (diff) | |
download | guix-221c3563162926a44be20ba3899d4f8b7601b3c9.tar guix-221c3563162926a44be20ba3899d4f8b7601b3c9.tar.gz |
gnu: ghc-tar: Update to 0.5.1.0.
* gnu/packages/haskell.scm (ghc-tar): Update to 0.5.1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9dbeae194c..fdc77c3d95 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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)) |