guix-commits
[Top][All Lists]
Advanced

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

96/177: gnu: ghc-unordered-containers: Update to 0.2.7.1.


From: Ricardo Wurmus
Subject: 96/177: gnu: ghc-unordered-containers: Update to 0.2.7.1.
Date: Tue, 13 Feb 2018 07:38:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 426f92ba8dc716744926464b85b1ecd327f184fb
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:54:27 2018 +0100

    gnu: ghc-unordered-containers: Update to 0.2.7.1.
    
    * gnu/packages/haskell.scm (ghc-unordered-containers): Update to 0.2.7.1.
---
 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 971a0c7..027f013 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3195,7 +3195,7 @@ Partial and Infinite Values\"}.")
 (define-public ghc-unordered-containers
   (package
     (name "ghc-unordered-containers")
-    (version "0.2.5.1")
+    (version "0.2.7.1")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3205,7 +3205,7 @@ Partial and Infinite Values\"}.")
              "/unordered-containers-" version ".tar.gz"))
        (sha256
         (base32
-         "06l1xv7vhpxly75saxdrbc6p2zlgz1az278arfkz4rgawfnphn3f"))))
+         "00npqiphivjp2d7ryqsdavfn4m5v3w1lq2azhdsrfh0wsvqpg4ig"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-chasingbottoms" ,ghc-chasingbottoms)



reply via email to

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