mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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
|
||||
(package
|
||||
(name "ghc-haskell-src-exts")
|
||||
(version "1.20.2")
|
||||
(version "1.21.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4533,7 +4533,7 @@ (define-public ghc-haskell-src-exts
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
|
||||
"0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("cpphs" ,cpphs)
|
||||
|
|
Loading…
Reference in a new issue