Archived
1
0
Fork 0

gnu: ghc-contravariant: Update to 1.5.2.

* gnu/packages/haskell-xyz.scm (ghc-contravariant): Update to 1.5.2.
This commit is contained in:
Timothy Sample 2019-10-31 10:14:22 -04:00
parent a5a870d863
commit e7b35ff07d
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -2212,7 +2212,7 @@ a vocabulary for working with them.")
(define-public ghc-contravariant (define-public ghc-contravariant
(package (package
(name "ghc-contravariant") (name "ghc-contravariant")
(version "1.4.1") (version "1.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2222,7 +2222,7 @@ a vocabulary for working with them.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vfhk8c5cxmmakx7rflap1ipkx5q0j5vnlrcz7yz6y53kxhksgf9")))) "0366gl62wwwdbl9i6kqy60asf60876k55v91la6bmhnwwcj2q9n4"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-void" ,ghc-void) `(("ghc-void" ,ghc-void)