gnu: ghc-yaml: Update to 0.8.32.
* gnu/packages/haskell.scm (ghc-yaml): Update to 0.8.32.
This commit is contained in:
parent
24d919ffbd
commit
1613ee19f6
|
@ -6148,14 +6148,14 @@ back-ends.")
|
|||
(define-public ghc-yaml
|
||||
(package
|
||||
(name "ghc-yaml")
|
||||
(version "0.8.28")
|
||||
(version "0.8.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"yaml/yaml-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0swgkzkfrwj0ac7lssn8rnrdfmh3lcsdn5fbq2iwv55di6jbc0pp"))))
|
||||
"0cbsyh4ilvjzq1q7pxls43k6pdqxg1l85xzibcwpbvmlvrizh86w"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-conduit" ,ghc-conduit)
|
||||
|
|
Loading…
Reference in New Issue