summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:33 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:49 +0100
commitfcbb54acdf0ea068f1bd140e03ab328df75ffb3e (patch)
tree44b44b477d95e56aaf378ec7b8eaa5da70be1377 /gnu/packages/haskell-web.scm
parent96d3d63299095c752b0d11782c3eaa7f7570f76d (diff)
downloadguix-patches-fcbb54acdf0ea068f1bd140e03ab328df75ffb3e.tar
guix-patches-fcbb54acdf0ea068f1bd140e03ab328df75ffb3e.tar.gz
gnu: ghc-aeson-pretty: Update to 0.8.9.
* gnu/packages/haskell-web.scm (ghc-aeson-pretty): Update to 0.8.9.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 8dbd7720d2..320fd1119e 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1055,7 +1055,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
(define-public ghc-aeson-pretty
(package
(name "ghc-aeson-pretty")
- (version "0.8.8")
+ (version "0.8.9")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1063,7 +1063,7 @@ naming: in Greek mythology, Aeson was the father of Jason.)")
version ".tar.gz"))
(sha256
(base32
- "09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1"))))
+ "021az9az6xik9c9s3rnar5fr1lgy2h3igibf5ixnc7ps3m2lzg2x"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)