mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-auto-compile: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.1.
This commit is contained in:
parent
67bd1fb576
commit
0007326faa
1 changed files with 2 additions and 2 deletions
|
@ -3369,7 +3369,7 @@ (define-public emacs-alchemist
|
||||||
(define-public emacs-auto-compile
|
(define-public emacs-auto-compile
|
||||||
(package
|
(package
|
||||||
(name "emacs-auto-compile")
|
(name "emacs-auto-compile")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3377,7 +3377,7 @@ (define-public emacs-auto-compile
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zkqpvnashwn721qwf9khwizfxq9g3dhhy1siyk1s2wq1a9li9wq"))))
|
"0p2znbid7a32shgh1zidrr53hv79dhw1jcjaad2aglqfqjz7a3qn"))))
|
||||||
(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…
Reference in a new issue