mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-auto-compile: Update to 2.0.3.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.3. Change-Id: I5f7060dcaa683442ae1dbdbb5158487c8423fb04
This commit is contained in:
parent
5aec5f357e
commit
e3b0882de2
1 changed files with 2 additions and 2 deletions
|
@ -4016,7 +4016,7 @@ (define-public emacs-alchemist
|
|||
(define-public emacs-auto-compile
|
||||
(package
|
||||
(name "emacs-auto-compile")
|
||||
(version "2.0.2")
|
||||
(version "2.0.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4025,7 +4025,7 @@ (define-public emacs-auto-compile
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a7b0k0znlqxc47plp7ydm0qs3ql29fk0rzg13jg23n8g1sjhsnl"))))
|
||||
"1pgc4m73yxz0hivf6cclqiwmjmg9hs3ncggk7wa10p8scd39ky2p"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat emacs-packed))
|
||||
(home-page "https://github.com/emacscollective/auto-compile")
|
||||
|
|
Loading…
Reference in a new issue