guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit 9e85e7020984cdde17c30a43f2e1814039288aac
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 17:03:34 2025 +0300
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 <[email protected]>
---
gnu/packages/haskell-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3ffb795204..2bace07ab1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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))