mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-haskell-src-exts: Update to 1.21.1.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts): Update to 1.21.1.
This commit is contained in:
parent
e5ccc5f78c
commit
37a0559129
1 changed files with 2 additions and 2 deletions
|
@ -4523,7 +4523,7 @@ (define-public ghc-haskell-src
|
||||||
(define-public ghc-haskell-src-exts
|
(define-public ghc-haskell-src-exts
|
||||||
(package
|
(package
|
||||||
(name "ghc-haskell-src-exts")
|
(name "ghc-haskell-src-exts")
|
||||||
(version "1.20.2")
|
(version "1.21.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4533,7 +4533,7 @@ (define-public ghc-haskell-src-exts
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
|
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cpphs" ,cpphs)
|
`(("cpphs" ,cpphs)
|
||||||
|
|
Loading…
Reference in a new issue