mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-autothemer: Update to 0.2.12.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.12. [description]: Add missing final full stop.
This commit is contained in:
parent
75febb00a5
commit
afb7cb4204
1 changed files with 3 additions and 3 deletions
|
@ -3016,7 +3016,7 @@ or XEmacs.")
|
||||||
(define-public emacs-autothemer
|
(define-public emacs-autothemer
|
||||||
(package
|
(package
|
||||||
(name "emacs-autothemer")
|
(name "emacs-autothemer")
|
||||||
(version "0.2.11")
|
(version "0.2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3026,7 +3026,7 @@ or XEmacs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kr2izg9smg1g8s0aybc9bq7n2bjxdwd3r070r9w0035wzpvzb1h"))))
|
"1qx7szd64qna0ip6cv75p7bw9gx0lhq56bxss77lxs9g5rdnr38k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-dash))
|
||||||
|
@ -3035,7 +3035,7 @@ or XEmacs.")
|
||||||
(description
|
(description
|
||||||
"Autothemer provides a thin layer on top of @code{deftheme} and
|
"Autothemer provides a thin layer on top of @code{deftheme} and
|
||||||
@code{custom-theme-set-faces} that creates a new custom color theme, based on
|
@code{custom-theme-set-faces} that creates a new custom color theme, based on
|
||||||
a set of simplified face specifications and a user-supplied color palette")
|
a set of simplified face specifications and a user-supplied color palette.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-howm
|
(define-public emacs-howm
|
||||||
|
|
Loading…
Add table
Reference in a new issue