guix-commits
[Top][All Lists]
Advanced

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

66/96: gnu: emacs-autothemer: Update to 0.2.17.


From: guix-commits
Subject: 66/96: gnu: emacs-autothemer: Update to 0.2.17.
Date: Wed, 19 Apr 2023 21:41:14 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 38b2122afb4b4403ea5f7e3a1fed7eaaa7b5a35e
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 d50cc00f7f..f1a2881845 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]