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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1ed934bc850 gnu: emacs-flymake: Update to 1.4.7.
1ed934bc850 is described below

commit 1ed934bc850bb1c5ebb066ecebae5172bf294640
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Sep 20 10:16:24 2026 +0200

    gnu: emacs-flymake: Update to 1.4.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake): Update to 1.4.7.
---
 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 f3e78c54e05..b6c50445c73 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2623,14 +2623,14 @@ some utility functions, and commands using that 
infrastructure.")
 (define-public emacs-flymake
   (package
     (name "emacs-flymake")
-    (version "1.4.6")
+    (version "1.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "flymake-" version ".tar"))
        (sha256
-        (base32 "1gnk6md24y82ciz0qljn2xvd96qdp808nwh3q8gm6shc7g4sw024"))))
+        (base32 "11i5v483k70la6v48ljar54n6rhi8p7w2xnci5w5wvn11cmffrwz"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-project))
     (home-page "https://elpa.gnu.org/packages/flymake.html";)

Reply via email to