guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: emacs-autothemer: Update to 0.2.17.


From: guix-commits
Subject: 08/15: gnu: emacs-autothemer: Update to 0.2.17.
Date: Tue, 18 Apr 2023 09:21:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 223004ba0ef2cbb020df9c78bb0e53ab1609c0e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 18 14:49:16 2023 +0200

    gnu: emacs-autothemer: Update to 0.2.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.17.
---
 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 c1748e7f36..f7091ac82a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3748,7 +3748,7 @@ or XEmacs.")
 (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 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jxlfwcfqdjr3da2xzjnigmckarhjbn6b1i1x4pdzb5djjcz00qc"))))
+         "13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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