mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ghc-tasty-golden: Update to 2.3.1.1.
* gnu/packages/haskell-check.scm (ghc-tasty-golden): Update to 2.3.1.1
This commit is contained in:
parent
b10ac21511
commit
5f83ccbdee
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ (define-public ghc-tasty-quickcheck
|
||||||
(define-public ghc-tasty-golden
|
(define-public ghc-tasty-golden
|
||||||
(package
|
(package
|
||||||
(name "ghc-tasty-golden")
|
(name "ghc-tasty-golden")
|
||||||
(version "2.3.0.2")
|
(version "2.3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -132,7 +132,7 @@ (define-public ghc-tasty-golden
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n7nll1sx75n3lffwhgnjrxdn0jz1g0921z9mj193fxqw0wz8axh"))))
|
"0pcf5hsyp5mmbqn7krdm49jxpkjm6rb4j83j28f76h7q55dzm1wy"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-temporary" ,ghc-temporary)
|
`(("ghc-temporary" ,ghc-temporary)
|
||||||
|
|
Loading…
Reference in a new issue