mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ghc-hspec-meta: Update to 2.2.1.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1.
This commit is contained in:
parent
b80a6f30c8
commit
0f55dff335
1 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ be used to extend Hspec's functionality.")
|
|||
(define-public ghc-hspec-meta
|
||||
(package
|
||||
(name "ghc-hspec-meta")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -646,7 +646,7 @@ be used to extend Hspec's functionality.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fmqmgrzp135cxhmxxbaswkk4bqbpgfml00cmcz0d39n11vzpa5z"))))
|
||||
"1m1pkrxiglxzwv8gdj5jr1bdbhxvvg6sbl9m61w4565d7k1m8yxa"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
|
|
Loading…
Reference in a new issue