ngz pushed a commit to branch master
in repository guix.
commit 969490a45b66f8268485ba5ee02a646ed8532969
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 22:34:35 2024 +0200
gnu: emacs-tempel: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.2.
Change-Id: Iccf09485c828d87041139384d49a09e77aff728f
---
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 ed09401935..31d2c90dbd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18591,7 +18591,7 @@ been adapted to also work with mu4e.")
(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 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
- "004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5"))))
+ "1yyq59rkcqlqm6ra6wp98sqn823a7f2r8nabd1kffqq38rgfj1hr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))