guix-commits
[Top][All Lists]
Advanced

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

74/328: gnu: ghc-unordered-containers: Update to 0.2.10.0.


From: guix-commits
Subject: 74/328: gnu: ghc-unordered-containers: Update to 0.2.10.0.
Date: Sat, 16 Nov 2019 19:32:26 -0500 (EST)

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

commit c08120b7e9b665a45ba48e05c6f48755bd2bd5d0
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:09:26 2019 -0400

    gnu: ghc-unordered-containers: Update to 0.2.10.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-unordered-containers): Update to
    0.2.10.0.
---
 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 458254a..d830dad 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10970,7 +10970,7 @@ functions.")
 (define-public ghc-unordered-containers
   (package
     (name "ghc-unordered-containers")
-    (version "0.2.9.0")
+    (version "0.2.10.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -10980,7 +10980,7 @@ functions.")
              "/unordered-containers-" version ".tar.gz"))
        (sha256
         (base32
-         "0l4264p0av12cc6i8gls13q8y27x12z2ar4x34n3x59y99fcnc37"))))
+         "0wy5hfrs880hh8hvp648bl07ws777n3kkmczzdszr7papnyigwb5"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-chasingbottoms" ,ghc-chasingbottoms)



reply via email to

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