guix_mirror_bot pushed a commit to branch master
in repository guix.

commit dbdcb638ac9c080fdf4b739600d2b82d295949f2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:42:44 2026 +0100

    gnu: emacs-auto-compile: Update to 2.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.1.2.
    
    Change-Id: Iab5ed9146dbe971e933455c5f78d6cf3e9db06ca
---
 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 dead0d988d..a5b50b0e88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5386,7 +5386,7 @@ code completion and project management support.")
 (define-public emacs-auto-compile
   (package
     (name "emacs-auto-compile")
-    (version "2.1.1")
+    (version "2.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5395,7 +5395,7 @@ code completion and project management support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12knl2m3zww2ayl4fmpvwdjpd0qjfzlfmjslb0r6pfkwj7ixy1da"))))
+                "02i7ak9sgzhfxyhil0w579d8xpa9p151l7x797pyv29ffi5brc4h"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs (list emacs-compat emacs-packed))

Reply via email to