GNU bug report logs - #51706
[PATCH] gnu: shellcheck: Update to 0.8.0.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 9 Nov 2021 07:31:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51706: closed ([PATCH] gnu: shellcheck: Update to 0.8.0.)
Date: Wed, 17 Nov 2021 21:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 17 Nov 2021 22:30:20 +0100
with message-id <87y25msc5v.fsf <at> gnu.org>
and subject line Re: bug#51706: [PATCH] gnu: shellcheck: Update to 0.8.0.
has caused the debbugs.gnu.org bug report #51706,
regarding [PATCH] gnu: shellcheck: Update to 0.8.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51706: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51706
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: shellcheck: Update to 0.8.0.
Date: Tue,  9 Nov 2021 02:30:01 -0500
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.8.0.
---
 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 fe7dd853b2..5dcf6c1cb2 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -828,7 +828,7 @@ (define-public scroll
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.7.2")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
@@ -836,7 +836,7 @@ (define-public shellcheck
              "https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
              version ".tar.gz"))
        (sha256
-        (base32 "0wl43njaq95l35y5mvipwp1db9vr551nz9wl0xy83j1x1kc38xgz"))
+        (base32 "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (arguments
-- 
2.33.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 51706-done <at> debbugs.gnu.org
Subject: Re: bug#51706: [PATCH] gnu: shellcheck: Update to 0.8.0.
Date: Wed, 17 Nov 2021 22:30:20 +0100
Hi,

jgart <jgart <at> dismail.de> skribis:

> * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.8.0.

Applied, thanks!

Ludo’.


This bug report was last modified 3 years and 244 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.