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