guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-tempel: Update to 0.5.


From: guix-commits
Subject: 03/04: gnu: emacs-tempel: Update to 0.5.
Date: Sun, 16 Oct 2022 15:20:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e0b11d9e7eac649e90254650c2e7bd45d24b1982
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 16 20:50:06 2022 +0200

    gnu: emacs-tempel: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.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 413ba380dd..511e3c387d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14765,7 +14765,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.4")
+    (version "0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -14774,7 +14774,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0iyh6wxchqg83gpwvg6lz4qy4c2qh25iqjpjm56kif52346a99d2"))))
+                "1za73zszj373r8pxf89cwwfrwsf8dy6nxciw11adcccrm92xwdsz"))))
     (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]