guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-autothemer: Update to 0.2.14.


From: guix-commits
Subject: branch master updated: gnu: emacs-autothemer: Update to 0.2.14.
Date: Mon, 05 Sep 2022 15:55:52 -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 6bded418a5 gnu: emacs-autothemer: Update to 0.2.14.
6bded418a5 is described below

commit 6bded418a5e94335de6f74c897865d20b4e1e0e7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Sep 5 21:52:23 2022 +0200

    gnu: emacs-autothemer: Update to 0.2.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.14.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f7914983f..2f41654777 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.12")
+    (version "0.2.14")
     (source
      (origin
        (method git-fetch)
@@ -3026,7 +3026,7 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1qx7szd64qna0ip6cv75p7bw9gx0lhq56bxss77lxs9g5rdnr38k"))))
+         "0jxlfwcfqdjr3da2xzjnigmckarhjbn6b1i1x4pdzb5djjcz00qc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]