summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-05 14:19:42 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:39 -0500
commit132e107480fe3f71e3874d59f016bb2ca328475c (patch)
tree1270f63fc3ff94949d87ba826e4243a41c6abe46 /gnu/packages/haskell-crypto.scm
parent18a38da5ab8d4263026c9f83f723d69aabd6fb47 (diff)
downloadguix-patches-132e107480fe3f71e3874d59f016bb2ca328475c.tar
guix-patches-132e107480fe3f71e3874d59f016bb2ca328475c.tar.gz
gnu: ghc-cryptohash-sha256: Update Cabal file to r3.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update Cabal file to r3.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r--gnu/packages/haskell-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 6c0ff0dcea..6467e9bbca 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -274,7 +274,7 @@ the C implementation.")
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
- ("1" "19birnmwga1yh82l4jqc3fygqkqcf5y8dlldnxfswngkzc3rvwp3")
+ ("3" "1arhz4y792kx439s2zv9x291gvvl2zxcfx9sq0nxsjlz7c3hpyp1")
#:tests? #f)) ; tests require old version of ghc-hunit (0.9)
(inputs
`(("ghc-base16-bytestring" ,ghc-base16-bytestring)))