guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-autothemer: Update to 0.2.11.


From: guix-commits
Subject: 03/05: gnu: emacs-autothemer: Update to 0.2.11.
Date: Sat, 3 Sep 2022 04:13:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3ed0592b3a852001c6533d69bc813d136a6bfb6e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 3 10:04:20 2022 +0200

    gnu: emacs-autothemer: Update to 0.2.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.11.
---
 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 6a408a056e..ddd6136cdb 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.10")
+    (version "0.2.11")
     (source
      (origin
        (method git-fetch)
@@ -3026,7 +3026,7 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dz09n8qiqvzxckmy6mjnpw4f62jpk35cw16w0lhfpvfa8by4mp8"))))
+         "1kr2izg9smg1g8s0aybc9bq7n2bjxdwd3r070r9w0035wzpvzb1h"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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