guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: shellcheck: Update to 0.7.1.


From: guix-commits
Subject: 02/05: gnu: shellcheck: Update to 0.7.1.
Date: Sun, 13 Sep 2020 18:27:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ce4a497b132a63784cd64aca5223c92e061013fa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 14 00:01:32 2020 +0200

    gnu: shellcheck: Update to 0.7.1.
    
    * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.7.1.
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 32e1c50..07bf266 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -775,7 +775,7 @@ too slow and you'll get wound up in the scroll and 
crushed.")
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
@@ -783,7 +783,7 @@ too slow and you'll get wound up in the scroll and 
crushed.")
              "https://hackage.haskell.org/package/ShellCheck/ShellCheck-";
              version ".tar.gz"))
        (sha256
-        (base32 "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s"))
+        (base32 "06m4wh891nah3y0br4wh3adpsb16zawkb2ijgf1vcz61fznj6ps1"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (inputs



reply via email to

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