guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ccf2d22194754d8eabd05f9578bdcf1377fbfa08
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jul 9 16:41:16 2025 +0200

    gnu: emacs-tempel: Update to 1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.5.
    
    Change-Id: Ie03f67d86b537aab1982c6677646a1fcbc6bd329
    Signed-off-by: Hilton Chain <[email protected]>
---
 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 4e12be1bdd..66c6374d55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20937,7 +20937,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -20946,7 +20946,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dlrcdyj0l4hbk0xhb3yj88naq4m76n5hfd180qqwjpc83g9fqs3"))))
+                "104wifdqglk6hxs6z3gr6rmxf3hdqsl3y9bvcp3wwm10yqkpnmkx"))))
     (build-system emacs-build-system)
     (arguments
      ;; no tests

Reply via email to