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:
Saku Laesvuori
2025-10-18 17:03:34 +03:00
committed by Andreas Enge
parent 36b9ed4445
commit 05c8e8cb3d

View File

@@ -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))