me
/
guix
Archived
1
0
Fork 0

gnu: ghc-hspec-contrib: Update to 0.5.0.

* gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0.
master
Ricardo Wurmus 2018-08-15 11:21:11 +02:00 committed by Ricardo Wurmus
parent 31caca659b
commit 33a0785998
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -736,7 +736,7 @@ Haskell, inspired by the Ruby library RSpec.")
(define-public ghc-hspec-contrib (define-public ghc-hspec-contrib
(package (package
(name "ghc-hspec-contrib") (name "ghc-hspec-contrib")
(version "0.3.0") (version "0.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
@ -744,7 +744,7 @@ Haskell, inspired by the Ruby library RSpec.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"006syw8xagfhsx06ws9ywig1qx5lk4cgl7sq6pbid1s64c72mxn4")))) "13579xdqwbsy8k0vxdcvgy932d4p76mij1rzkzbpqbspfn7399yv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-hspec-core" ,ghc-hspec-core) `(("ghc-hspec-core" ,ghc-hspec-core)