guix-commits
[Top][All Lists]
Advanced

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

102/290: gnu: ghc-tar: Update to 0.5.1.1.


From: guix-commits
Subject: 102/290: gnu: ghc-tar: Update to 0.5.1.1.
Date: Wed, 6 Nov 2019 08:22:38 -0500 (EST)

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

commit 71080efd6a6390f4012c7bb6718425c3109c4a96
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:19:40 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b792173..ff41e8b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10068,7 +10068,7 @@ having to unsafely pass dummy arguments.")
 (define-public ghc-tar
   (package
     (name "ghc-tar")
-    (version "0.5.1.0")
+    (version "0.5.1.1")
     (source
      (origin
        (method url-fetch)
@@ -10077,7 +10077,7 @@ having to unsafely pass dummy arguments.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0s2brvaxg5fki2jdkccmnpssiy6a3wjh24p6a3dkkdvjcixnk7f8"))))
+         "1ppim7cgmn7ng8zbdrwkxhhizc30h15h1c9cdlzamc5jcagl915k"))))
     (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]