guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-flycheck-guile: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-flycheck-guile: Update to 0.4.
Date: Wed, 31 Aug 2022 08:50:36 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c263cf3b36 gnu: emacs-flycheck-guile: Update to 0.4.
c263cf3b36 is described below

commit c263cf3b3677c9d92525ceff96d344d7b73e1d0d
Author: Andrew Whatson <whatson@gmail.com>
AuthorDate: Wed Aug 31 19:17:24 2022 +1000

    gnu: emacs-flycheck-guile: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.4.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ repetitions for example).")
 (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 @@ repetitions for example).")
          (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]