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>
This commit is contained in:
Jaeme Sifat 2023-12-22 23:07:36 -05:00 committed by Mathieu Othacehe
parent b50b1c819e
commit 7287b520eb
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -17615,7 +17615,7 @@ (define-public emacs-pretty-mode
(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 @@ (define-public emacs-tempel
(file-name (git-file-name name version))
(sha256
(base32
"10dcf56x74jrbdzaa9kphyzq2rz5alv800dnnzpbnvwzh29lfyka"))))
"0f1z5p6vbbjsh7cn7hqhv4c6h4awczpf14sbwpzsnwqsxsfjdh34"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))