mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-auto-compile: Update to 2.0.2.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.2. Change-Id: I71ff8076e17886dcad04421ceb709280d1a0e728
This commit is contained in:
parent
2287edf0ff
commit
fe733cd83d
1 changed files with 2 additions and 2 deletions
|
@ -3830,7 +3830,7 @@ (define-public emacs-alchemist
|
|||
(define-public emacs-auto-compile
|
||||
(package
|
||||
(name "emacs-auto-compile")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3839,7 +3839,7 @@ (define-public emacs-auto-compile
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05nphhbf5nzghi5pi35hhbnal66wi7qmflllf72i5x668whc0aq1"))))
|
||||
"1a7b0k0znlqxc47plp7ydm0qs3ql29fk0rzg13jg23n8g1sjhsnl"))))
|
||||
(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