guix-commits
[Top][All Lists]
Advanced

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

104/257: gnu: ghc-unordered-containers: Update to 0.2.9.0.


From: Ricardo Wurmus
Subject: 104/257: gnu: ghc-unordered-containers: Update to 0.2.9.0.
Date: Thu, 27 Sep 2018 15:47:08 -0400 (EDT)

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

commit 343d75bc71890b6fabf1acb94eba096a06e4d1b5
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:06:16 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b9f40fe..4cec8d0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3561,7 +3561,7 @@ Partial and Infinite Values\"}.")
 (define-public ghc-unordered-containers
   (package
     (name "ghc-unordered-containers")
-    (version "0.2.7.1")
+    (version "0.2.9.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3571,7 +3571,7 @@ Partial and Infinite Values\"}.")
              "/unordered-containers-" version ".tar.gz"))
        (sha256
         (base32
-         "00npqiphivjp2d7ryqsdavfn4m5v3w1lq2azhdsrfh0wsvqpg4ig"))))
+         "0l4264p0av12cc6i8gls13q8y27x12z2ar4x34n3x59y99fcnc37"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-chasingbottoms" ,ghc-chasingbottoms)



reply via email to

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