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:
Tobias Geerinckx-Rice 2017-12-06 22:09:53 +01:00
parent b10ac21511
commit 5f83ccbdee
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)