From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 51706@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#51706] [PATCH] gnu: shellcheck: Update to 0.8.0.
Date: Tue, 9 Nov 2021 02:30:01 -0500 [thread overview]
Message-ID: <20211109073001.14837-1-jgart@dismail.de> (raw)
* 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
next reply other threads:[~2021-11-09 7:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-09 7:30 jgart via Guix-patches via [this message]
2021-11-17 21:30 ` bug#51706: [PATCH] gnu: shellcheck: Update to 0.8.0 Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211109073001.14837-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=51706@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.