gnu: ghc-hspec-meta: Update to 2.2.1.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1.master
parent
b80a6f30c8
commit
0f55dff335
|
@ -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)
|
||||||
|
|
Reference in New Issue