guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 459e58de492e6f243194ca5ca2f4e64e57dd3e22
Author: Anderson Torres <[email protected]>
AuthorDate: Wed Aug 19 19:55:13 2026 -0300

    gnu: emacs-tempel: Cleanup.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Cleanup.
    [source]<origin>: Align to next line.
    [propagated-inputs]: Merge next line.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
    Merges: guix/guix#10672
---
 gnu/packages/emacs-xyz.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 91662d101d..48af0efc0d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24020,15 +24020,16 @@ been adapted to also work with mu4e.")
   (package
     (name "emacs-tempel")
     (version "1.14")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                     (url "https://github.com/minad/tempel";)
-                     (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1vy53i1rpzhx644qhwm2vbb3z4z00wrc2127zfd3i08h8dlck3r0"))))
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/minad/tempel";)
+              (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1vy53i1rpzhx644qhwm2vbb3z4z00wrc2127zfd3i08h8dlck3r0"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -24038,8 +24039,7 @@ been adapted to also work with mu4e.")
           (add-after 'unpack 'makeinfo
             (lambda _ (emacs-makeinfo))))))
     (native-inputs (list texinfo))
-    (propagated-inputs
-     (list emacs-compat))
+    (propagated-inputs (list emacs-compat))
     (home-page "https://github.com/minad/tempel";)
     (synopsis "Simple templates for Emacs")
     (description

Reply via email to