summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:21:38 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:57 -0500
commitf8cfee0632b0bea758fa262d2e4c0d1613058614 (patch)
treed5c06f5d0fbbc7ea0e5d7b352d6e48d2fd3ac489 /gnu/packages/haskell-web.scm
parent4d6fddc3f5177d10763e52b332e486b5d60fe29f (diff)
downloadguix-patches-f8cfee0632b0bea758fa262d2e4c0d1613058614.tar
guix-patches-f8cfee0632b0bea758fa262d2e4c0d1613058614.tar.gz
gnu: ghc-hxt-charproperties: Update to 9.4.0.0.
* gnu/packages/haskell-web.scm (ghc-hxt-charproperties): Update to 9.4.0.0.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 15f000f489..a84f965a58 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1198,7 +1198,7 @@ whereas most of the core code lives in @code{ghc-yesod-core}.")
(define-public ghc-hxt-charproperties
(package
(name "ghc-hxt-charproperties")
- (version "9.2.0.1")
+ (version "9.4.0.0")
(source
(origin
(method url-fetch)
@@ -1207,7 +1207,7 @@ whereas most of the core code lives in @code{ghc-yesod-core}.")
version ".tar.gz"))
(sha256
(base32
- "1mml8wglvagqq891rchgli6r8rnkwrqhgsxfl6kb5403pzb18rp4"))))
+ "1bk88hj2pqlvcnyfncqyb9j7w9vvdxcq3cgr0w2l09c0abas23pm"))))
(build-system haskell-build-system)
(home-page "https://github.com/UweSchmidt/hxt")
(synopsis "Character properties and classes for XML and Unicode")