guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4920650441654f50b5fa72b72a28a0089e87af29
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:43:39 2025 +0200

    gnu: emacs-auto-compile: Update to 2.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.1.0.
    
    Change-Id: Ic7efa1f0ad3d6a5c4018599c0c69ebc94383fba4
---
 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 52ec063836..e25005dacd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4942,7 +4942,7 @@ code completion and project management support.")
 (define-public emacs-auto-compile
   (package
     (name "emacs-auto-compile")
-    (version "2.0.5")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4951,7 +4951,7 @@ code completion and project management support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mclnf6ichsjdnjd1b6bg4vqhhjpy6y3458khnxvr1fpn67h6iny"))))
+                "10kjl3cvkq024a3kh30s6l0x326cbm6nz6904zkafxjz4lbrryln"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs (list emacs-compat emacs-packed))

Reply via email to