rekado pushed a commit to branch master
in repository guix.
commit c496fb987316251a5ff8d491d83bd76b13fa9d25
Author: Timothy Sample <[email protected]>
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)