summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2026-08-19 19:55:13 -0300
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-08-28 06:36:03 +0200
commit459e58de492e6f243194ca5ca2f4e64e57dd3e22 (patch)
tree7f0c342dae1898fe059b53abbb1d3710c7c001b7
parent589bb5301925d3d47e822a331c282ac2d622c909 (diff)
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 <liliana.prikler@gmail.com> Merges: guix/guix#10672
-rw-r--r--gnu/packages/emacs-xyz.scm22
1 files 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.")
24020 (package 24020 (package
24021 (name "emacs-tempel") 24021 (name "emacs-tempel")
24022 (version "1.14") 24022 (version "1.14")
24023 (source (origin 24023 (source
24024 (method git-fetch) 24024 (origin
24025 (uri (git-reference 24025 (method git-fetch)
24026 (url "https://github.com/minad/tempel") 24026 (uri (git-reference
24027 (commit version))) 24027 (url "https://github.com/minad/tempel")
24028 (file-name (git-file-name name version)) 24028 (commit version)))
24029 (sha256 24029 (file-name (git-file-name name version))
24030 (base32 24030 (sha256
24031 "1vy53i1rpzhx644qhwm2vbb3z4z00wrc2127zfd3i08h8dlck3r0")))) 24031 (base32
24032 "1vy53i1rpzhx644qhwm2vbb3z4z00wrc2127zfd3i08h8dlck3r0"))))
24032 (build-system emacs-build-system) 24033 (build-system emacs-build-system)
24033 (arguments 24034 (arguments
24034 (list 24035 (list
@@ -24038,8 +24039,7 @@ been adapted to also work with mu4e.")
24038 (add-after 'unpack 'makeinfo 24039 (add-after 'unpack 'makeinfo
24039 (lambda _ (emacs-makeinfo)))))) 24040 (lambda _ (emacs-makeinfo))))))
24040 (native-inputs (list texinfo)) 24041 (native-inputs (list texinfo))
24041 (propagated-inputs 24042 (propagated-inputs (list emacs-compat))
24042 (list emacs-compat))
24043 (home-page "https://github.com/minad/tempel") 24043 (home-page "https://github.com/minad/tempel")
24044 (synopsis "Simple templates for Emacs") 24044 (synopsis "Simple templates for Emacs")
24045 (description 24045 (description