guix-commits
[Top][All Lists]
Advanced

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

128/249: gnu: ghc-zip-archive: Update to 0.4.1.


From: guix-commits
Subject: 128/249: gnu: ghc-zip-archive: Update to 0.4.1.
Date: Thu, 31 Oct 2019 23:49:45 -0400 (EDT)

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

commit 43ac2248d8f7e8af753e2237e5d85fac15f75cae
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:32:59 2019 -0400

    gnu: ghc-zip-archive: Update to 0.4.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-zip-archive): Update to 0.4.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 ebdd9eb..9e1d42e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11740,7 +11740,7 @@ documents.")
 (define-public ghc-zip-archive
   (package
     (name "ghc-zip-archive")
-    (version "0.3.3")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
@@ -11750,7 +11750,7 @@ documents.")
              ".tar.gz"))
        (sha256
         (base32
-         "0kf8xyac168bng8a0za2jwrbss7a4ralvci9g54hnvl0gkkxx2lq"))))
+         "1cdix5mnxrbs7b2kivhdydhfzgxidd9dqlw71mdw5p21cabwkmf5"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-digest" ,ghc-digest)



reply via email to

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