mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: ghc-cryptohash-sha256: Update Cabal file to r3.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update Cabal file to r3.
This commit is contained in:
parent
18a38da5ab
commit
132e107480
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ (define-public ghc-cryptohash-sha256
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue