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

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

Change-Id: I5f7060dcaa683442ae1dbdbb5158487c8423fb04
This commit is contained in:
Nicolas Goaziou 2024-08-19 20:48:37 +02:00
parent 5aec5f357e
commit e3b0882de2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4016,7 +4016,7 @@ (define-public emacs-alchemist
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
(version "2.0.2")
(version "2.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4025,7 +4025,7 @@ (define-public emacs-auto-compile
(file-name (git-file-name name version))
(sha256
(base32
"1a7b0k0znlqxc47plp7ydm0qs3ql29fk0rzg13jg23n8g1sjhsnl"))))
"1pgc4m73yxz0hivf6cclqiwmjmg9hs3ncggk7wa10p8scd39ky2p"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")