mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ghc-hxt: Update to 9.3.1.18.
* gnu/packages/haskell-web.scm (ghc-hxt): Update to 9.3.1.18.
This commit is contained in:
parent
b6b2c2183b
commit
8fd2a8169b
1 changed files with 2 additions and 2 deletions
|
@ -1274,7 +1274,7 @@ (define-public ghc-hxt-regex-xmlschema
|
|||
(define-public ghc-hxt
|
||||
(package
|
||||
(name "ghc-hxt")
|
||||
(version "9.3.1.16")
|
||||
(version "9.3.1.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1284,7 +1284,7 @@ (define-public ghc-hxt
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qq3ykgn355rx242xjcbqqksgvwr6k2fdj5phw4iv28qqxff6m8d"))))
|
||||
"0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)
|
||||
|
|
Loading…
Reference in a new issue