gnu: emacs-tempel: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.2.

Change-Id: Iccf09485c828d87041139384d49a09e77aff728f
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:34:35 +02:00
parent f8ef28b971
commit 969490a45b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18591,7 +18591,7 @@ (define-public emacs-pretty-mode
(define-public emacs-tempel
(package
(name "emacs-tempel")
(version "1.1")
(version "1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -18600,7 +18600,7 @@ (define-public emacs-tempel
(file-name (git-file-name name version))
(sha256
(base32
"004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5"))))
"1yyq59rkcqlqm6ra6wp98sqn823a7f2r8nabd1kffqq38rgfj1hr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))