summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-08 22:15:05 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:49 -0500
commitf545f894b2779e17de9fe65debe72c6e21d7a1d7 (patch)
tree3afec6e6611e5e545afd9df16d17da193d9edb79 /gnu
parentfc984cf646b20eb02689387e5cb86ead6c578ecf (diff)
downloadguix-f545f894b2779e17de9fe65debe72c6e21d7a1d7.tar.gz
gnu: ghc-hindent: Update to 5.3.1.
* gnu/packages/haskell-xyz.scm (ghc-hindent): Update to 5.3.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 23a1ea5a36..aae391b6c0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4862,7 +4862,7 @@ descriptions.")
 (define-public ghc-hindent
   (package
     (name "ghc-hindent")
-    (version "5.3.0")
+    (version "5.3.1")
     (source
      (origin
        (method url-fetch)
@@ -4872,7 +4872,7 @@ descriptions.")
              ".tar.gz"))
        (sha256
         (base32
-         "0wkfik7mvqskk23kyh7ybgnlh3j9j1ym7d3ncahsbli9w654b7xg"))))
+         "008s8zm9qs972b7v5kkmr8l3i9kc6zm7yj33mkw6dv69b7h3c01l"))))
     (build-system haskell-build-system)
     (arguments
      `(#:modules ((guix build haskell-build-system)