mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-genvalidity-property: Update to 0.4.0.0.
* gnu/packages/haskell-xyz.scm (ghc-genvalidity-property): Update to 0.4.0.0.
This commit is contained in:
parent
511c3204b7
commit
e4ede35b9c
1 changed files with 2 additions and 2 deletions
|
@ -3879,7 +3879,7 @@ (define-public ghc-genvalidity
|
|||
(define-public ghc-genvalidity-property
|
||||
(package
|
||||
(name "ghc-genvalidity-property")
|
||||
(version "0.2.1.1")
|
||||
(version "0.4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3890,7 +3890,7 @@ (define-public ghc-genvalidity-property
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cjw5i2pydidda9bnp6x37ylhxdk9g874x5sadr6sscg5kq85a1b"))))
|
||||
"0zayycx62226w54rvkxwhvqhznsr33dk3ds55yyqrfqbnhvph1s9"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
|
|
Loading…
Reference in a new issue