guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: ghc-juicypixels: Update to 3.2.9.3.


From: Tobias Geerinckx-Rice
Subject: 10/14: gnu: ghc-juicypixels: Update to 3.2.9.3.
Date: Mon, 15 Jan 2018 02:28:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7a1bc3b9e700b7975b19eed3b7507d415481f75e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 07:29:25 2018 +0100

    gnu: ghc-juicypixels: Update to 3.2.9.3.
    
    * gnu/packages/haskell.scm (ghc-juicypixels): Update to 3.2.9.3.
---
 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 91adb50..990ff8b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4970,7 +4970,7 @@ do on-demand loading.")
 (define-public ghc-juicypixels
   (package
     (name "ghc-juicypixels")
-    (version "3.2.6.2")
+    (version "3.2.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -4978,7 +4978,7 @@ do on-demand loading.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0hxa57cdknz86zywpjwfbdhac5lmk7j0wd5hy4mcnb8mw6r2m592"))))
+                "14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-mtl" ,ghc-mtl)



reply via email to

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