[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-autothemer: Update to 0.2.12.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-autothemer: Update to 0.2.12. |
Date: |
Sun, 04 Sep 2022 14:43:18 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new afb7cb4204 gnu: emacs-autothemer: Update to 0.2.12.
afb7cb4204 is described below
commit afb7cb42040a7a09952fe4c1cea4d571bd6d4da4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 4 20:41:46 2022 +0200
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.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e31f350942..7f7914983f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3016,7 +3016,7 @@ or XEmacs.")
(define-public emacs-autothemer
(package
(name "emacs-autothemer")
- (version "0.2.11")
+ (version "0.2.12")
(source
(origin
(method git-fetch)
@@ -3026,7 +3026,7 @@ or XEmacs.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kr2izg9smg1g8s0aybc9bq7n2bjxdwd3r070r9w0035wzpvzb1h"))))
+ "1qx7szd64qna0ip6cv75p7bw9gx0lhq56bxss77lxs9g5rdnr38k"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))
@@ -3035,7 +3035,7 @@ or XEmacs.")
(description
"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
-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+)))
(define-public emacs-howm
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-autothemer: Update to 0.2.12.,
guix-commits <=