me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ie5e03b21036e6aca5bd7a5f04de8f512b6a095b0
master
Nicolas Goaziou 2024-06-18 16:02:38 +02:00
parent ae0b283d7d
commit 3236a39986
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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