guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: emacs-tempel: Update to 0.8.


From: guix-commits
Subject: 11/17: gnu: emacs-tempel: Update to 0.8.
Date: Wed, 5 Jul 2023 18:48:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1c0b591bee895684621693b557b7dee44c760d1d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 5 23:30:17 2023 +0200

    gnu: emacs-tempel: Update to 0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.8.
---
 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 1ee4961be7..6da8c6829c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16694,7 +16694,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.7")
+    (version "0.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -16703,7 +16703,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qhy9rp0k74hbqns67iwyzk86x7rriqyd4l48j5qqmfvr3v5sg1m"))))
+                "10dcf56x74jrbdzaa9kphyzq2rz5alv800dnnzpbnvwzh29lfyka"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat))



reply via email to

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