guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a72861a1d207b964e01a96090416d7a443195992
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 10:21:37 2025 +0100

    gnu: emacs-tempel: Update to 1.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.9.
    
    Change-Id: If21c8ced0a342761f4fbde1005f3af54d73def73
---
 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 28f36e3bfb..1026efcada 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21991,7 +21991,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "1.8")
+    (version "1.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22000,7 +22000,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02772vhw5pr60fs879cg82l3g7xn4lxy6frhknk8d5ah80pwzfca"))))
+                "1d4flcfnszvl2nyxqav3ha42lx5mhj93f8r4l0gc4n3ir8x5y9f5"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to