guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

90/249: gnu: ghc-indents: Update to 0.5.0.1.


From: guix-commits
Subject: 90/249: gnu: ghc-indents: Update to 0.5.0.1.
Date: Thu, 31 Oct 2019 23:49:37 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 5ab3b90cffce12b9255a11fbcdfaea68cf48c43d
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:17:01 2019 -0400

    gnu: ghc-indents: Update to 0.5.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-indents): Update to 0.5.0.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3610c2d..31a5dd6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5096,7 +5096,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
@@ -5104,7 +5104,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]