From 969490a45b66f8268485ba5ee02a646ed8532969 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Aug 2024 22:34:35 +0200 Subject: [PATCH] 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 ed094019351d68473c3fd902922357b48da6adcc..31d2c90dbd8719090c9483ac13aa80ad03b2886d 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))