me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Iaf423ebe77536c649b128b4c711fb6b7c6e4544d
master
Nicolas Goaziou 2024-03-25 14:31:24 +01:00
parent 8f5b140303
commit 97396db10e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -3747,16 +3747,16 @@ code completion and project management support.")
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
(version "1.8.2")
(version "2.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacscollective/auto-compile")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1wq8kl6659yyx8gb6m95mrrqh9bjpx4y7c6injvsqil3jkaff9xv"))))
"1h0rq69flrjj65wa1x7x0ispm041qr2xrzs5qxciabhav2hs3hqh"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")