diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:58:23 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:13 +0200 |
commit | c496fb987316251a5ff8d491d83bd76b13fa9d25 (patch) | |
tree | cacf26a769d1e8683ff8d90bed4d2025629e5137 /gnu | |
parent | 9c072f820e05736e4e6536192d0af213e0277408 (diff) | |
download | guix-c496fb987316251a5ff8d491d83bd76b13fa9d25.tar guix-c496fb987316251a5ff8d491d83bd76b13fa9d25.tar.gz |
gnu: ghc-hashable: Update to 1.2.7.0.
* gnu/packages/haskell.scm (ghc-hashable): Update to 1.2.7.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e23ebb6afe..85889b20dc 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) |