guix-commits
[Top][All Lists]
Advanced

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

94/257: gnu: ghc-hashable: Update to 1.2.7.0.


From: Ricardo Wurmus
Subject: 94/257: gnu: ghc-hashable: Update to 1.2.7.0.
Date: Thu, 27 Sep 2018 15:47:06 -0400 (EDT)

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

commit cc9729a5f9ab2af8fb78f0b7fb26055cb568b1b4
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:58:23 2018 -0400

    gnu: ghc-hashable: Update to 1.2.7.0.
    
    * gnu/packages/haskell.scm (ghc-hashable): Update to 1.2.7.0.
---
 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 e23ebb6..85889b2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2235,7 +2235,7 @@ IO operations.")
 (define-public ghc-hashable
   (package
     (name "ghc-hashable")
-    (version "1.2.6.1")
+    (version "1.2.7.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -2246,7 +2246,7 @@ IO operations.")
              ".tar.gz"))
        (sha256
         (base32
-         "0ymv2mcrrgbdc2w39rib171fwnhg7fgp0sy4h8amrh1vw64qgjll"))))
+         "1gra8gq3kb7b2sd845h55yxlrfqx3ii004c6vjhga8v0b30fzdgc"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-text" ,ghc-text)



reply via email to

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