From 459e58de492e6f243194ca5ca2f4e64e57dd3e22 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 19 Aug 2026 19:55:13 -0300 Subject: gnu: emacs-tempel: Cleanup. * gnu/packages/emacs-xyz.scm (emacs-tempel): Cleanup. [source]: Align to next line. [propagated-inputs]: Merge next line. Signed-off-by: Liliana Marie Prikler 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 91662d101d9..48af0efc0d8 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 -- cgit v1.2.3