diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 14:31:32 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:03 -0500 |
commit | 142415b0c788a72626d45865ea2de1c41bcea8da (patch) | |
tree | efc8001eb7a873fa22ec7e1f9ca5cf09be074041 /gnu | |
parent | 0ad3d574bdc16997b56e31dc9264460ae00f0400 (diff) | |
download | guix-142415b0c788a72626d45865ea2de1c41bcea8da.tar.gz |
gnu: ghc-pqueue: Update to 1.4.1.2.
* gnu/packages/haskell-xyz.scm (ghc-pqueue): Update to 1.4.1.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index dbed3eecc5..83b5489e81 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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))) |