guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: emacs-tempel: Update to 0.7.


From: guix-commits
Subject: 09/12: gnu: emacs-tempel: Update to 0.7.
Date: Fri, 17 Feb 2023 18:05:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 957d104a5317e684305961f02f2abbba37598c7a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 17 23:39:06 2023 +0100

    gnu: emacs-tempel: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.7.
    [propagated-inputs]: Add EMACS-COMPAT.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e71dbfc074..4839bb92a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15801,7 +15801,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.6")
+    (version "0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -15810,8 +15810,10 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jgsjhrfdd72a0na4s1qp8yc24mbgrpxkv8yqac0vgqipg98cdg6"))))
+                "1qhy9rp0k74hbqns67iwyzk86x7rriqyd4l48j5qqmfvr3v5sg1m"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-compat))
     (home-page "https://github.com/minad/tempel";)
     (synopsis "Simple templates for Emacs")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]