mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: ghc-pqueue: Update to version 1.5.0.0
* gnu/packages/haskell-xyz.scm (ghc-pqueue): Update to version 1.5.0.0. Change-Id: Ie14590d5e22f8ca5c201f3f2d8baf393605570b3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
36b9ed4445
commit
05c8e8cb3d
@@ -9645,16 +9645,19 @@ which supports real-time MIDI input and output.")
|
||||
(define-public ghc-pqueue
|
||||
(package
|
||||
(name "ghc-pqueue")
|
||||
(version "1.4.3.0")
|
||||
(version "1.5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hackage-uri "pqueue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kl608jw0xz0n4ysw7p3cvlm1s71xrysw8862cddrzbr38bv8jvq"))))
|
||||
"00hzrhz3n55ahyv2h183l72jsl3q01p4ns0063p0vjaa5j6qpy0v"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "pqueue")))
|
||||
(arguments
|
||||
(list #:cabal-revision
|
||||
'("3" "0g7zaidq3gf08kzwp4xrbi3f76qdv4ckx6nblzi5j55awcsp08xy")))
|
||||
(inputs (list ghc-indexed-traversable))
|
||||
(native-inputs
|
||||
(list ghc-tasty ghc-tasty-quickcheck))
|
||||
|
||||
Reference in New Issue
Block a user