[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: emacs-tempel: Update to 0.3.
From: |
guix-commits |
Subject: |
07/07: gnu: emacs-tempel: Update to 0.3. |
Date: |
Tue, 8 Mar 2022 17:58:19 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit bd53dfa6df79075493fbe55aa9ca9a7affb7ce1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:54:26 2022 +0100
gnu: emacs-tempel: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
---
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 5e0c5bd5da..b5078a4d82 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13346,7 +13346,7 @@ been adapted to work with mu4e.")
(define-public emacs-tempel
(package
(name "emacs-tempel")
- (version "0.2")
+ (version "0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -13355,7 +13355,7 @@ been adapted to work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
- "16972j2qq03q65qszgjjkzl52f79hk007kyi249wg1bqhvfa59b6"))))
+ "1cq7gg4fh105229my57wbb7v72l8mx957pvsg8k3zc1l0hbc796i"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/tempel")
(synopsis "Simple templates for Emacs")
- branch master updated (b8fc916951 -> bd53dfa6df), guix-commits, 2022/03/08
- 01/07: gnu: emacs-cape: Update to 0.7., guix-commits, 2022/03/08
- 02/07: gnu: emacs-cider: Update to 1.3.0., guix-commits, 2022/03/08
- 04/07: gnu: emacs-consult: Update to 0.16., guix-commits, 2022/03/08
- 03/07: gnu: emacs-clojure-mode: Update to 5.14.0., guix-commits, 2022/03/08
- 05/07: gnu: emacs-marginalia: Update to 0.13., guix-commits, 2022/03/08
- 06/07: gnu: emacs-no-littering: Update to 1.2.6., guix-commits, 2022/03/08
- 07/07: gnu: emacs-tempel: Update to 0.3.,
guix-commits <=