guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: shellcheck: Update to 0.7.0.


From: guix-commits
Subject: 04/11: gnu: shellcheck: Update to 0.7.0.
Date: Thu, 22 Aug 2019 09:39:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 76eb007990fb494f5969570fe52bad4aaa7f2dbf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 22 15:16:58 2019 +0200

    gnu: shellcheck: Update to 0.7.0.
    
    * gnu/packages/haskell.scm (shellcheck): Update to 0.7.0.
    [inputs]: Add ghc-diff.
---
 gnu/packages/haskell.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8787f10..b544190 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8361,7 +8361,7 @@ generated SQL and optimize it for your backend.")
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.5.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
@@ -8369,12 +8369,12 @@ generated SQL and optimize it for your backend.")
              "https://hackage.haskell.org/package/ShellCheck/ShellCheck-";
              version ".tar.gz"))
        (sha256
-        (base32
-         "0z1hscbr11hwkq8k1v0vaa947hb9m6k4cm831jk1gpj8dxrk151b"))
+        (base32 "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-aeson" ,ghc-aeson)
+       ("ghc-diff" ,ghc-diff)
        ("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-regex-tdfa" ,ghc-regex-tdfa)))
     (home-page "https://github.com/koalaman/shellcheck";)



reply via email to

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