guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

126/257: gnu: ghc-tar: Update to 0.5.1.0.


From: Ricardo Wurmus
Subject: 126/257: gnu: ghc-tar: Update to 0.5.1.0.
Date: Thu, 27 Sep 2018 15:47:12 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit b1e1ca135334f3ce12c5e764da1c0d739ba25f0d
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:34:59 2018 -0400

    gnu: ghc-tar: Update to 0.5.1.0.
    
    * gnu/packages/haskell.scm (ghc-tar): Update to 0.5.1.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9dbeae1..fdc77c3 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]