summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:17:01 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:11 -0500
commitd66473fb263e7a4f513b0a07c8e407c293c76519 (patch)
tree7828559987a4db8af452a574a801797730906f8a
parent5d1339427a688234a5d05b11e8dfeccf822c8193 (diff)
downloadguix-patches-d66473fb263e7a4f513b0a07c8e407c293c76519.tar
guix-patches-d66473fb263e7a4f513b0a07c8e407c293c76519.tar.gz
gnu: ghc-indents: Update to 0.5.0.1.
* gnu/packages/haskell-xyz.scm (ghc-indents): Update to 0.5.0.1.
-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 aa15fd5b59..ccc6cef99c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5104,7 +5104,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like
(define-public ghc-indents
(package
(name "ghc-indents")
- (version "0.5.0.0")
+ (version "0.5.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5112,7 +5112,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like
version ".tar.gz"))
(sha256
(base32
- "1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
+ "0dpcwiz0dwn5aqdsc50plfaawh86adhf7jx5dsmhn5q5nz32qn51"))))
(build-system haskell-build-system)
;; This package needs an older version of tasty.
(arguments '(#:tests? #f))