mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-autothemer: Update to 0.2.6.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.6.
This commit is contained in:
parent
4719f3d204
commit
3a9fae15a0
1 changed files with 2 additions and 2 deletions
|
@ -2961,7 +2961,7 @@ (define-public emacs-auctex
|
|||
(define-public emacs-autothemer
|
||||
(package
|
||||
(name "emacs-autothemer")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2971,7 +2971,7 @@ (define-public emacs-autothemer
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rwz8hdmycmvak1w5sriwf1pwahham77vyab6jngdw8x9ngxabnx"))))
|
||||
"1zrm09lzl5s3l0rnzihj9azj1n1l214r6lrmp9yqj7sm7y1xjf0c"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Loading…
Reference in a new issue