summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:19:22 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:12 -0500
commit7d30fcf38752b7cabf76579b7600aeb61dc65915 (patch)
tree541d651bfac84c181b4a17b74231b146bbf60f3a /gnu
parentd2c7d3367fc0141c1847c6c56e32767572e59f06 (diff)
downloadguix-patches-7d30fcf38752b7cabf76579b7600aeb61dc65915.tar
guix-patches-7d30fcf38752b7cabf76579b7600aeb61dc65915.tar.gz
gnu: ghc-blaze-markup: Update to 0.8.2.3.
* gnu/packages/haskell-xyz.scm (ghc-blaze-markup): Update to 0.8.2.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d37acba959..f1764a3f18 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -854,7 +854,7 @@ interoperate with code that uses the new implementation.")
(define-public ghc-blaze-markup
(package
(name "ghc-blaze-markup")
- (version "0.8.2.1")
+ (version "0.8.2.3")
(source
(origin
(method url-fetch)
@@ -863,7 +863,7 @@ interoperate with code that uses the new implementation.")
version ".tar.gz"))
(sha256
(base32
- "0ih1c3qahkdgzbqihdhny5s313l2m66fbb88w8jbx7yz56y7rawh"))))
+ "1g9m7ansj7fdyzhz1wqkbzn5amjm50vjgjdwkbjc5qqhagnv1y3j"))))
(build-system haskell-build-system)
(arguments
`(#:phases