guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-autothemer: Update to 0.2.10.


From: guix-commits
Subject: 05/06: gnu: emacs-autothemer: Update to 0.2.10.
Date: Wed, 31 Aug 2022 17:53:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 958115c980d8e818204c1c19d7aa1663dc701a03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 31 23:47:42 2022 +0200

    gnu: emacs-autothemer: Update to 0.2.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.10.
---
 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 8c598687c1..c78d0295b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3015,7 +3015,7 @@ or XEmacs.")
 (define-public emacs-autothemer
   (package
     (name "emacs-autothemer")
-    (version "0.2.9")
+    (version "0.2.10")
     (source
      (origin
        (method git-fetch)
@@ -3025,7 +3025,7 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1p7ii7f0w607zxyqnr8ivi0n0sg2p93pi6dpd9kjqywdagqyrnw1"))))
+         "1dz09n8qiqvzxckmy6mjnpw4f62jpk35cw16w0lhfpvfa8by4mp8"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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