summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-05 23:30:17 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-05 23:30:17 +0200
commit1c0b591bee895684621693b557b7dee44c760d1d (patch)
tree3e44d6bee092a33d704c6688c9d3dda21ec8ed3e
parentfb183300bbb8ea137c7a05c121a041ef9c0d965a (diff)
downloadguix-1c0b591bee895684621693b557b7dee44c760d1d.tar.gz
gnu: emacs-tempel: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.8.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files 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))