summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:06:16 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:14 +0200
commite0b8cc34a483beb19a6651a3fac8ad2eeb89cd46 (patch)
tree1d117c852c40c835d6ea025da92a9e7385113ef8
parent6062c4610ebab3b4ba5dcd954972ff1a0ee09eb5 (diff)
downloadguix-patches-e0b8cc34a483beb19a6651a3fac8ad2eeb89cd46.tar
guix-patches-e0b8cc34a483beb19a6651a3fac8ad2eeb89cd46.tar.gz
gnu: ghc-unordered-containers: Update to 0.2.9.0.
* gnu/packages/haskell.scm (ghc-unordered-containers): Update to 0.2.9.0.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b9f40fe90f..4cec8d0ba7 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)