[bug#77428] gnu: emacs-tempel: Update to 1.4.

Message ID a6e9868d1d7c3d46ef6dd221a7b3916972d88e30.1743499895.git.csantosb@inventati.org
State New
Headers
Series [bug#77428] gnu: emacs-tempel: Update to 1.4. |

Commit Message

Cayetano Santos April 1, 2025, 9:31 a.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.4.

Change-Id: I5104d025bc42a8f9011ce45d63292c5a45b1324a
---
 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


base-commit: a9530d181d02e73896779cebd0687cf9cffb2c82
  

Comments

Ian Eure April 3, 2025, 4:12 a.m. UTC | #1
Hi Cayetano,

Pushed as f996c38b91.

Thanks,
  -- Ian
  

Patch

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 @@  (define-public emacs-pretty-mode
 (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 @@  (define-public emacs-tempel
               (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")