mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: ghc-aeson-pretty: Update to 0.8.8.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.8.
This commit is contained in:
parent
899b5297cc
commit
cdffb73c04
1 changed files with 2 additions and 2 deletions
|
@ -816,7 +816,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
|
||||||
(define-public ghc-aeson-pretty
|
(define-public ghc-aeson-pretty
|
||||||
(package
|
(package
|
||||||
(name "ghc-aeson-pretty")
|
(name "ghc-aeson-pretty")
|
||||||
(version "0.8.7")
|
(version "0.8.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -824,7 +824,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m977gs0s9gf3lwzlbs5y7bl6ansc5pywmn2qjk09l5bwg2yrhf1"))))
|
"09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue