gnu: emacs-autothemer: Update to 0.2.5.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.5.
This commit is contained in:
parent
fa30df8a65
commit
06d8d629c7
1 changed files with 2 additions and 2 deletions
|
@ -2961,7 +2961,7 @@ or XEmacs.")
|
|||
(define-public emacs-autothemer
|
||||
(package
|
||||
(name "emacs-autothemer")
|
||||
(version "0.2.2")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2971,7 +2971,7 @@ or XEmacs.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
|
||||
"1rwz8hdmycmvak1w5sriwf1pwahham77vyab6jngdw8x9ngxabnx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Reference in a new issue