GNU bug report logs - #77428
[PATCH] gnu: emacs-tempel: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 1 Apr 2025 09:33:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77428 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#77428] [PATCH] gnu: emacs-tempel: Update to 1.4.
Date: Tue,  1 Apr 2025 11:31:35 +0200
* 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(-)

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")

base-commit: a9530d181d02e73896779cebd0687cf9cffb2c82
-- 
2.49.0





This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.