gnu: ghc-hashable: Update to 1.2.7.0.

* gnu/packages/haskell.scm (ghc-hashable): Update to 1.2.7.0.
master
Timothy Sample 2018-08-28 22:58:23 -04:00 committed by Ricardo Wurmus
parent 9c072f820e
commit c496fb9873
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)