[PATCH] gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
BYAPR05MB402332A2DDB20D8875885097C56D9@BYAPR05MB4023.namprd05.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to 0.1-1.ac534e9
---

You'll notice this package does not currently build. The latest commit of the
upstream project has fixed the build issue.

---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dabac3c287..17cb940976 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1306,8 +1306,8 @@ (define-public emacs-flycheck
(define-public emacs-flymake-shellcheck
;; No tag, version grabbed from source .el file.
- (let ((commit "78956f0e5bb9c4d35989657a55929e8e3f5691e6")
- (revision "0"))
+ (let ((commit "ac534e9ef15c82ac86ae65fe5004d29dbc8c92c7")
+ (revision "1"))
(package
(name "emacs-flymake-shellcheck")
(version (git-version "0.1" revision commit))
@@ -1319,7 +1319,7 @@ (define-public emacs-flymake-shellcheck
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "068mx5p4drwgppy4ry1rfq6qi79w6d82b4rnpl2jm37grsg94lix"))))
+ (base32 "04yfb4sy41spjzk9mhm4gy0h8vnjx09p2g6nm1yzgd9a5ph9sqgl"))))
(build-system emacs-build-system)
(home-page "https://github.com/federicotdn/flymake-shellcheck")
(synopsis "Flymake backend for Bash/Sh powered by ShellCheck")
--
2.30.2
Nicolas Goaziou wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 47145-done@debbugs.gnu.org)
87ft0sux2g.fsf@nicolasgoaziou.fr
Hello,

Morgan.J.Smith@outlook.com writes:
Toggle quote (4 lines)
>
> * gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to
> 0.1-1.ac534e9

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47145@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47145
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help