diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-02-22 15:23:07 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-02-22 16:16:51 +0100 |
commit | 182b30a414379ebe757c42f4f8d232d1a72dfb49 (patch) | |
tree | 57552dad152284002b97b08c543d36eb7132382f /gnu | |
parent | ce401839d2fb3272a14a0905b52e60fec37e385e (diff) | |
download | guix-182b30a414379ebe757c42f4f8d232d1a72dfb49.tar.gz |
gnu: emacs-tempel: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.1. Change-Id: I25c49995426344926df15a2764099790924f7dd2
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c9f38cdd08..9b3cadc97a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17909,7 +17909,7 @@ been adapted to also work with mu4e.") (define-public emacs-tempel (package (name "emacs-tempel") - (version "1.0") + (version "1.1") (source (origin (method git-fetch) (uri (git-reference @@ -17918,7 +17918,7 @@ been adapted to also work with mu4e.") (file-name (git-file-name name version)) (sha256 (base32 - "0f1z5p6vbbjsh7cn7hqhv4c6h4awczpf14sbwpzsnwqsxsfjdh34")))) + "004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat)) |