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

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

Change-Id: I71ff8076e17886dcad04421ceb709280d1a0e728
This commit is contained in:
Nicolas Goaziou 2024-06-29 09:58:19 +02:00
parent 2287edf0ff
commit fe733cd83d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -3830,7 +3830,7 @@ code completion and project management support.")
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
(version "2.0.1")
(version "2.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3839,7 +3839,7 @@ code completion and project management support.")
(file-name (git-file-name name version))
(sha256
(base32
"05nphhbf5nzghi5pi35hhbnal66wi7qmflllf72i5x668whc0aq1"))))
"1a7b0k0znlqxc47plp7ydm0qs3ql29fk0rzg13jg23n8g1sjhsnl"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")