mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8f5b140303
commit
97396db10e
1 changed files with 3 additions and 3 deletions
|
@ -3747,16 +3747,16 @@ code completion and project management support.")
|
||||||
(define-public emacs-auto-compile
|
(define-public emacs-auto-compile
|
||||||
(package
|
(package
|
||||||
(name "emacs-auto-compile")
|
(name "emacs-auto-compile")
|
||||||
(version "1.8.2")
|
(version "2.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacscollective/auto-compile")
|
(url "https://github.com/emacscollective/auto-compile")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wq8kl6659yyx8gb6m95mrrqh9bjpx4y7c6injvsqil3jkaff9xv"))))
|
"1h0rq69flrjj65wa1x7x0ispm041qr2xrzs5qxciabhav2hs3hqh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-compat emacs-packed))
|
(propagated-inputs (list emacs-compat emacs-packed))
|
||||||
(home-page "https://github.com/emacscollective/auto-compile")
|
(home-page "https://github.com/emacscollective/auto-compile")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue