gnu: emacs-autothemer: Update to 0.2.14.

* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.14.
This commit is contained in:
Nicolas Goaziou 2022-09-05 21:52:23 +02:00
parent c4504dfb1d
commit 6bded418a5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3016,7 +3016,7 @@ (define-public emacs-auctex
(define-public emacs-autothemer
(package
(name "emacs-autothemer")
(version "0.2.12")
(version "0.2.14")
(source
(origin
(method git-fetch)
@ -3026,7 +3026,7 @@ (define-public emacs-autothemer
(file-name (git-file-name name version))
(sha256
(base32
"1qx7szd64qna0ip6cv75p7bw9gx0lhq56bxss77lxs9g5rdnr38k"))))
"0jxlfwcfqdjr3da2xzjnigmckarhjbn6b1i1x4pdzb5djjcz00qc"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))