summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:15:13 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:14 +0200
commit42c000dcf568f98208b3fe7390ac89decc170912 (patch)
treef0883ae4a5194165931d4835e3c5294e8cfb385d
parente59983ece567b9131b45113777a317394ed68e25 (diff)
downloadguix-patches-42c000dcf568f98208b3fe7390ac89decc170912.tar
guix-patches-42c000dcf568f98208b3fe7390ac89decc170912.tar.gz
gnu: ghc-semigroups: Update to 0.18.5.
* gnu/packages/haskell.scm (ghc-semigroups): Update to 0.18.5.
-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 6e9185cb3f..762df9b6fd 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4889,7 +4889,7 @@ just a @code{Semigroup} are added.")
(define-public ghc-semigroups
(package
(name "ghc-semigroups")
- (version "0.18.2")
+ (version "0.18.5")
(source
(origin
(method url-fetch)
@@ -4899,7 +4899,7 @@ just a @code{Semigroup} are added.")
".tar.gz"))
(sha256
(base32
- "1r6hsn3am3dpf4rprrj4m04d9318v9iq02bin0pl29dg4a3gzjax"))))
+ "17g29h62g1k51ghhvzkw72zksjgi6vs6bfipkj81pqw1dsprcamb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-nats" ,ghc-nats)