guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/290: gnu: ghc-pqueue: Update to 1.4.1.2.


From: guix-commits
Subject: 53/290: gnu: ghc-pqueue: Update to 1.4.1.2.
Date: Wed, 6 Nov 2019 08:22:27 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 780bc81e1e7e7fa881ee834b11f8df3b900db2bd
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:31:32 2019 -0400

    gnu: ghc-pqueue: Update to 1.4.1.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-pqueue): Update to 1.4.1.2.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 28a4b48..ef60f1c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7711,7 +7711,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)
@@ -7719,7 +7719,7 @@ Strings.")
                            "pqueue/pqueue-" version ".tar.gz"))
        (sha256
         (base32
-         "1zvwm1zcqqq5n101s1brjhgbay8rf9fviq6gxbplf40i63m57p1x"))))
+         "1v4zhv2sc1zsw91hvnarkjhayx2dnf7ccxz6rrhsqpcs0szaranj"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]