me
/
guix
Archived
1
0
Fork 0

gnu: ghc-pqueue: Update to 1.4.1.2.

* gnu/packages/haskell-xyz.scm (ghc-pqueue): Update to 1.4.1.2.
master
Timothy Sample 2019-10-31 14:31:32 -04:00
parent 0ad3d574bd
commit 142415b0c7
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -7749,7 +7749,7 @@ Strings.")
(define-public ghc-pqueue
(package
(name "ghc-pqueue")
(version "1.4.1.1")
(version "1.4.1.2")
(source
(origin
(method url-fetch)
@ -7757,7 +7757,7 @@ Strings.")
"pqueue/pqueue-" version ".tar.gz"))
(sha256
(base32
"1zvwm1zcqqq5n101s1brjhgbay8rf9fviq6gxbplf40i63m57p1x"))))
"1v4zhv2sc1zsw91hvnarkjhayx2dnf7ccxz6rrhsqpcs0szaranj"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))