ngz pushed a commit to branch master
in repository guix.
commit c979d85426fd1414126421092a661896f0e8d211
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:28:47 2025 +0100
gnu: emacs-auto-compile: Update to 2.0.5.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.5.
Change-Id: I25059789f69ae8aa2c61ff23dbc5f4649d76e2b3
---
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 98af4790cd..f2b47a5c3e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4322,7 +4322,7 @@ code completion and project management support.")
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
- (version "2.0.4")
+ (version "2.0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4331,7 +4331,7 @@ code completion and project management support.")
(file-name (git-file-name name version))
(sha256
(base32
- "0cd42xigvw7fy2qy5kn0xlc97sp03w8ja6qjs2y22h29xva6fwsl"))))
+ "1mclnf6ichsjdnjd1b6bg4vqhhjpy6y3458khnxvr1fpn67h6iny"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")