guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-autothemer: Update to 0.2.9.


From: guix-commits
Subject: 01/05: gnu: emacs-autothemer: Update to 0.2.9.
Date: Fri, 26 Aug 2022 04:24:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c82a99c9e2d613d5485f4d01b2a3ea5fd9f15e9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 26 10:03:33 2022 +0200

    gnu: emacs-autothemer: Update to 0.2.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.9.
---
 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 5811e89664..675098e963 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2980,7 +2980,7 @@ or XEmacs.")
 (define-public emacs-autothemer
   (package
     (name "emacs-autothemer")
-    (version "0.2.6")
+    (version "0.2.9")
     (source
      (origin
        (method git-fetch)
@@ -2990,7 +2990,7 @@ or XEmacs.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zrm09lzl5s3l0rnzihj9azj1n1l214r6lrmp9yqj7sm7y1xjf0c"))))
+         "1p7ii7f0w607zxyqnr8ivi0n0sg2p93pi6dpd9kjqywdagqyrnw1"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash))



reply via email to

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