[PATCH] gnu: emacs-flycheck-guile: Update to 0.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ricardo Wurmus
  • Andrew Whatson
Owner
unassigned
Submitted by
Andrew Whatson
Severity
normal
A
A
Andrew Whatson wrote on 31 Aug 2022 11:17
(address . guix-patches@gnu.org)(name . Andrew Whatson)(address . whatson@gmail.com)
20220831091723.15773-1-whatson@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.4.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 90ee485f1e..137003dd5b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6367,7 +6367,7 @@ (define-public emacs-flycheck-grammalecte
(define-public emacs-flycheck-guile
(package
(name "emacs-flycheck-guile")
- (version "0.2")
+ (version "0.4")
(source
(origin
(method git-fetch)
@@ -6377,7 +6377,7 @@ (define-public emacs-flycheck-guile
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0cs5r0ik6a3bl1k3imjl0r8y1i69kx9x9m9cgxj470qk34brwyj5"))))
+ (base32 "0hkj3y7xlbbnwagmccav620r3qngpc909pj3n5b876r8gp6rm87p"))))
(propagated-inputs
(list emacs-flycheck emacs-geiser emacs-geiser-guile))
(build-system emacs-build-system)
--
2.37.2
R
R
Ricardo Wurmus wrote on 31 Aug 2022 14:48
(address . 57500-done@debbugs.gnu.org)
87mtbkr31m.fsf@elephly.net
Thanks, I applied it.

--
Ricardo
Closed
?