Archived
1
0
Fork 0

gnu: emacs-autothemer: Update to 0.2.9.

* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.9.
This commit is contained in:
Nicolas Goaziou 2022-08-26 10:03:33 +02:00
parent 4ff0ceb264
commit c82a99c9e2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2980,7 +2980,7 @@ or XEmacs.")
(define-public emacs-autothemer (define-public emacs-autothemer
(package (package
(name "emacs-autothemer") (name "emacs-autothemer")
(version "0.2.6") (version "0.2.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2990,7 +2990,7 @@ or XEmacs.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zrm09lzl5s3l0rnzihj9azj1n1l214r6lrmp9yqj7sm7y1xjf0c")))) "1p7ii7f0w607zxyqnr8ivi0n0sg2p93pi6dpd9kjqywdagqyrnw1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash)) (list emacs-dash))