guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: emacs-tempel: Update to 0.6.


From: guix-commits
Subject: 05/07: gnu: emacs-tempel: Update to 0.6.
Date: Fri, 30 Dec 2022 05:20:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 091502f398df5739f5e07ac7f52efb09fdcf6b23
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 30 11:08:29 2022 +0100

    gnu: emacs-tempel: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.6.
---
 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 a60254313e..6616cbe084 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15549,7 +15549,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.5")
+    (version "0.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -15558,7 +15558,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1za73zszj373r8pxf89cwwfrwsf8dy6nxciw11adcccrm92xwdsz"))))
+                "1jgsjhrfdd72a0na4s1qp8yc24mbgrpxkv8yqac0vgqipg98cdg6"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/tempel";)
     (synopsis "Simple templates for Emacs")



reply via email to

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