gnu: emacs-autothemer: Update to 0.2.17.

* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.17.
This commit is contained in:
Nicolas Goaziou 2023-04-18 14:49:16 +02:00 committed by Maxim Cournoyer
parent 79d5721a03
commit 38b2122afb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3748,7 +3748,7 @@ (define-public emacs-auctex
(define-public emacs-autothemer
(package
(name "emacs-autothemer")
(version "0.2.14")
(version "0.2.17")
(source
(origin
(method git-fetch)
@ -3758,7 +3758,7 @@ (define-public emacs-autothemer
(file-name (git-file-name name version))
(sha256
(base32
"0jxlfwcfqdjr3da2xzjnigmckarhjbn6b1i1x4pdzb5djjcz00qc"))))
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))