1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: emacs-auto-compile: Update to 2.0.4.

* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.4.

Change-Id: I4a19fc78b4c91ad8713d8833e2657b7e20dfb1e8
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:49 +01:00
parent 8306624473
commit 1a84b2d460
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4224,7 +4224,7 @@ code completion and project management support.")
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
(version "2.0.3")
(version "2.0.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4233,7 +4233,7 @@ code completion and project management support.")
(file-name (git-file-name name version))
(sha256
(base32
"1pgc4m73yxz0hivf6cclqiwmjmg9hs3ncggk7wa10p8scd39ky2p"))))
"0cd42xigvw7fy2qy5kn0xlc97sp03w8ja6qjs2y22h29xva6fwsl"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")