mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: emacs-autothemer: Update to 0.2.10.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.10.
This commit is contained in:
parent
c362881546
commit
958115c980
1 changed files with 2 additions and 2 deletions
|
@ -3015,7 +3015,7 @@ (define-public emacs-auctex
|
|||
(define-public emacs-autothemer
|
||||
(package
|
||||
(name "emacs-autothemer")
|
||||
(version "0.2.9")
|
||||
(version "0.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3025,7 +3025,7 @@ (define-public emacs-autothemer
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p7ii7f0w607zxyqnr8ivi0n0sg2p93pi6dpd9kjqywdagqyrnw1"))))
|
||||
"1dz09n8qiqvzxckmy6mjnpw4f62jpk35cw16w0lhfpvfa8by4mp8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Loading…
Reference in a new issue