me
/
guix
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.
master
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
1 changed files with 2 additions and 2 deletions

View File

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