guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 589bb5301925d3d47e822a331c282ac2d622c909
Author: Anderson Torres <[email protected]>
AuthorDate: Wed Aug 19 19:56:59 2026 -0300

    gnu: emacs-tempel-collection: Update to 0.2-3.4ea6f92.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel-collection): Update to 
0.2-3.4ea6f92.
    [source]<origin>: Align to next line.
    [arguments]<#:tests?>: Set as #false.
    [synopsis, description]: Reword Tempel name.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 781a824453..91662d101d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24048,29 +24048,33 @@ the Emacs Tempo library.  You may also write your 
templates in Lisp.")
     (license license:gpl3+)))
 
 (define-public emacs-tempel-collection
-  (let ((commit "b2fd7929bd767db9d31b2782168f91dcdc75af5b")
-        (revision "2"))
+  ;; No public release. Version string taken from source code.
+  (let ((commit "4ea6f92ecb69dc38c666bfa6c4a253ff94699c80")
+        (revision "3"))
     (package
       (name "emacs-tempel-collection")
       (version (git-version "0.2" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/Crandel/tempel-collection";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "0m52k8fx88ry9ay6xs5xaq6j56rx2lykb1jgxmia26xyf4h5ykd9"))))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+                (url "https://github.com/Crandel/tempel-collection";)
+                (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1gvw02sfnvsfi32fqw13hxb9kwkpag195kils9rlxyq3r23pp07c"))))
       (build-system emacs-build-system)
       (arguments
        (list
-        #:include #~(cons "^templates\\/" %default-include)))
+        #:tests? #f                     ; No tests.
+        #:include
+        #~(cons "^templates\\/" %default-include)))
       (propagated-inputs (list emacs-tempel))
       (home-page "https://github.com/Crandel/tempel-collection";)
-      (synopsis "Collection of TempEl templates")
+      (synopsis "Collection of Tempel templates")
       (description "This package provides a collection of templates for
-the Emacs TempEl package.")
+the Emacs Tempel package.")
       (license license:gpl3+))))
 
 (define-public emacs-aas

Reply via email to