guix-commits
[Top][All Lists]
Advanced

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

39/43: gnu: ghc-distributive: Update to 0.6.2.


From: guix-commits
Subject: 39/43: gnu: ghc-distributive: Update to 0.6.2.
Date: Sat, 8 Aug 2020 22:41:17 -0400 (EDT)

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

commit 566e2f2b72a083da6d3ebb3c43dfeada6171d7fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 27 22:29:53 2020 +0200

    gnu: ghc-distributive: Update to 0.6.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-distributive): Update to 0.6.2.
---
 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 f2b3bcc..f880d98 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3247,7 +3247,7 @@ disk space usage.")
 (define-public ghc-distributive
   (package
     (name "ghc-distributive")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
@@ -3257,7 +3257,7 @@ disk space usage.")
              ".tar.gz"))
        (sha256
         (base32
-         "1wnayzzb4vk8rhh9gzhdpd9f64366k4vmbhximavmqqmp3cv2jbp"))))
+         "1j93zkfffm6s16kgr0j0z87y5ds28rw0r2gyc5ncwcylvrqy4kl2"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-tagged" ,ghc-tagged)



reply via email to

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