mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-hxt-charproperties: Update to 9.4.0.0.
* gnu/packages/haskell-web.scm (ghc-hxt-charproperties): Update to 9.4.0.0.
This commit is contained in:
parent
4d6fddc3f5
commit
f8cfee0632
1 changed files with 2 additions and 2 deletions
|
@ -1198,7 +1198,7 @@ (define-public ghc-yesod
|
||||||
(define-public ghc-hxt-charproperties
|
(define-public ghc-hxt-charproperties
|
||||||
(package
|
(package
|
||||||
(name "ghc-hxt-charproperties")
|
(name "ghc-hxt-charproperties")
|
||||||
(version "9.2.0.1")
|
(version "9.4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1207,7 +1207,7 @@ (define-public ghc-hxt-charproperties
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mml8wglvagqq891rchgli6r8rnkwrqhgsxfl6kb5403pzb18rp4"))))
|
"1bk88hj2pqlvcnyfncqyb9j7w9vvdxcq3cgr0w2l09c0abas23pm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/UweSchmidt/hxt")
|
(home-page "https://github.com/UweSchmidt/hxt")
|
||||||
(synopsis "Character properties and classes for XML and Unicode")
|
(synopsis "Character properties and classes for XML and Unicode")
|
||||||
|
|
Loading…
Reference in a new issue