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:
Nicolas Goaziou 2022-08-15 00:15:11 +02:00
parent fa30df8a65
commit 06d8d629c7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2961,7 +2961,7 @@ (define-public emacs-auctex
(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 @@ (define-public emacs-autothemer
(file-name (git-file-name name version))
(sha256
(base32
"0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
"1rwz8hdmycmvak1w5sriwf1pwahham77vyab6jngdw8x9ngxabnx"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))