[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9 |
Date: |
Thu, 18 Mar 2021 14:38:03 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a398e06 gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9
a398e06 is described below
commit a398e06cadc8f76759eed3942729a580cba9b79b
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sun Mar 14 17:22:34 2021 -0400
gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9
* gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck): Update to
0.1-1.ac534e9
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d9c6b97..28400c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1306,8 +1306,8 @@ provides an optional IDE-like error list.")
(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 @@ provides an optional IDE-like error list.")
(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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-flymake-shellcheck: Update to 0.1-1.ac534e9,
guix-commits <=