diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-10-14 09:24:39 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-22 16:42:34 +0200 |
| commit | f79358d94f7e495068fc5e446e20013452bd4f6c (patch) | |
| tree | 72525b04ab21e55c0bc82a95da3c419b91d3d4d2 /gnu | |
| parent | 503ab128d7327dad78abf807ac4ae8a99d7a5852 (diff) | |
gnu: emacs-tempel: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.7.
Change-Id: I99f0582ad7bd31c691d776528e23073e48b237ca
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 2bf68cdfc5a..bba26bae9c5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21491,7 +21491,7 @@ been adapted to also work with mu4e.") (define-public emacs-tempel (package (name "emacs-tempel") - (version "1.6") + (version "1.7") (source (origin (method git-fetch) (uri (git-reference @@ -21500,7 +21500,7 @@ been adapted to also work with mu4e.") (file-name (git-file-name name version)) (sha256 (base32 - "1a5pk000cy4zgh73hdpw08cwf1qr7cgw4hpj5n0dkprwbw5hhm8s")))) + "1ly38zv73z8y3pwa3wqabxy6qv84w72yqzxywcqpyqfxmzg42dg3")))) (build-system emacs-build-system) (arguments (list |
