This is an automated email from the git hooks/post-receive script. ieure pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new f996c38b91 gnu: emacs-tempel: Update to 1.4. f996c38b91 is described below commit f996c38b91ade22aa2d73379f38b6c7c2606a16a Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Tue Apr 1 11:31:35 2025 +0200 gnu: emacs-tempel: Update to 1.4. * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.4. Change-Id: I5104d025bc42a8f9011ce45d63292c5a45b1324a Signed-off-by: Ian Eure <i...@retrospec.tv> --- gnu/packages/emacs-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b5dc07acbb..76802ebc8f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20213,7 +20213,7 @@ been adapted to also work with mu4e.") (define-public emacs-tempel (package (name "emacs-tempel") - (version "1.3") + (version "1.4") (source (origin (method git-fetch) (uri (git-reference @@ -20222,8 +20222,11 @@ been adapted to also work with mu4e.") (file-name (git-file-name name version)) (sha256 (base32 - "0sh477bx437d3lz6v0m418bk1iwr3mjj8xf396qdi7kiiaic0drz")))) + "1dlrcdyj0l4hbk0xhb3yj88naq4m76n5hfd180qqwjpc83g9fqs3")))) (build-system emacs-build-system) + (arguments + ;; no tests + `(#:tests? #f)) (propagated-inputs (list emacs-compat)) (home-page "https://github.com/minad/tempel")