guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ce73e6e3d163576a1b9e586f1e93d183bae23df2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:23:40 2025 +0100

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

Reply via email to