gnu: emacs-auto-compile: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.0. Change-Id: Iaf423ebe77536c649b128b4c711fb6b7c6e4544dmaster
parent
8f5b140303
commit
97396db10e
|
@ -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")
|
||||
|
|
Reference in New Issue