mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-autothemer: Update to 0.2.9.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.9.
This commit is contained in:
parent
4ff0ceb264
commit
c82a99c9e2
1 changed files with 2 additions and 2 deletions
|
@ -2980,7 +2980,7 @@ (define-public emacs-auctex
|
|||
(define-public emacs-autothemer
|
||||
(package
|
||||
(name "emacs-autothemer")
|
||||
(version "0.2.6")
|
||||
(version "0.2.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2990,7 +2990,7 @@ (define-public emacs-autothemer
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zrm09lzl5s3l0rnzihj9azj1n1l214r6lrmp9yqj7sm7y1xjf0c"))))
|
||||
"1p7ii7f0w607zxyqnr8ivi0n0sg2p93pi6dpd9kjqywdagqyrnw1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Loading…
Reference in a new issue