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
|
||||
(package
|
||||
(name "ghc-tasty-golden")
|
||||
(version "2.3.0.2")
|
||||
(version "2.3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -132,7 +132,7 @@ (define-public ghc-tasty-golden
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n7nll1sx75n3lffwhgnjrxdn0jz1g0921z9mj193fxqw0wz8axh"))))
|
||||
"0pcf5hsyp5mmbqn7krdm49jxpkjm6rb4j83j28f76h7q55dzm1wy"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-temporary" ,ghc-temporary)
|
||||
|
|
Loading…
Reference in a new issue