guix-commits
[Top][All Lists]
Advanced

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

105/290: gnu: ghc-juicypixels: Update to 3.3.4.


From: guix-commits
Subject: 105/290: gnu: ghc-juicypixels: Update to 3.3.4.
Date: Wed, 6 Nov 2019 08:22:39 -0500 (EST)

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

commit dac6cad276b4ca7c3cf764d3f5acba68eb5ae282
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:21:48 2019 -0400

    gnu: ghc-juicypixels: Update to 3.3.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-juicypixels): Update to 3.3.4.
---
 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 cdb2c2e..5416f24 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5467,7 +5467,7 @@ JSON (JavaScript Object Notation) is a lightweight 
data-interchange format.")
 (define-public ghc-juicypixels
   (package
     (name "ghc-juicypixels")
-    (version "3.2.9.5")
+    (version "3.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -5475,7 +5475,7 @@ JSON (JavaScript Object Notation) is a lightweight 
data-interchange format.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mf3ihr0xy2wc2wzb9a17g0n3p60x7pvm8akwpvhdy8klvs6r744"))))
+                "0qacrnz2qcykj3f6c4k2p8qd31pa2slpv3ykfblgizrfh3401q6x"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-zlib" ,ghc-zlib)



reply via email to

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