me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hspec-meta: Update to 2.2.1.

* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1.
master
Ricardo Wurmus 2018-02-12 19:33:26 +01:00
parent b80a6f30c8
commit 0f55dff335
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -636,7 +636,7 @@ be used to extend Hspec's functionality.")
(define-public ghc-hspec-meta (define-public ghc-hspec-meta
(package (package
(name "ghc-hspec-meta") (name "ghc-hspec-meta")
(version "2.2.0") (version "2.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -646,7 +646,7 @@ be used to extend Hspec's functionality.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1fmqmgrzp135cxhmxxbaswkk4bqbpgfml00cmcz0d39n11vzpa5z")))) "1m1pkrxiglxzwv8gdj5jr1bdbhxvvg6sbl9m61w4565d7k1m8yxa"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)