mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -6148,14 +6148,14 @@ (define-public ghc-mockery
|
|||
(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 a new issue