guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: emacs-tempel: Update to 1.0.


From: guix-commits
Subject: 05/07: gnu: emacs-tempel: Update to 1.0.
Date: Mon, 25 Dec 2023 11:49:25 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 7287b520eb7de9b65b764d9f5b19ca80b58c5006
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Fri Dec 22 23:07:36 2023 -0500

    gnu: emacs-tempel: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.0.
    
    Change-Id: I61737161384615a4c18e4ce318b0c538db1372ca
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 90b1365c6b..6bec2bca46 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17615,7 +17615,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.8")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -17624,7 +17624,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10dcf56x74jrbdzaa9kphyzq2rz5alv800dnnzpbnvwzh29lfyka"))))
+                "0f1z5p6vbbjsh7cn7hqhv4c6h4awczpf14sbwpzsnwqsxsfjdh34"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat))



reply via email to

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