guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: emacs-autothemer: Update to 0.2.5.


From: guix-commits
Subject: 06/08: gnu: emacs-autothemer: Update to 0.2.5.
Date: Sun, 14 Aug 2022 18:24:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 06d8d629c7582a5b6da17bf40ba7370ecfbf6170
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 15 00:15:11 2022 +0200

    gnu: emacs-autothemer: Update to 0.2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.5.
---
 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 c125452841..de98c83fd9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2961,7 +2961,7 @@ or XEmacs.")
 (define-public emacs-autothemer
   (package
     (name "emacs-autothemer")
-    (version "0.2.2")
+    (version "0.2.5")
     (source
      (origin
        (method git-fetch)
@@ -2971,7 +2971,7 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
+         "1rwz8hdmycmvak1w5sriwf1pwahham77vyab6jngdw8x9ngxabnx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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