guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-tempel: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-tempel: Update to 0.4.
Date: Sun, 10 Jul 2022 14:05:55 -0400

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bf0a646a5b gnu: emacs-tempel: Update to 0.4.
bf0a646a5b is described below

commit bf0a646a5bcde489b602c58fbb63a93acb9d08f6
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Jul 9 13:02:22 2022 -0500

    gnu: emacs-tempel: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.4.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 4762cc3485..df900092bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13859,7 +13859,7 @@ been adapted to also work with mu4e.")
 (define-public emacs-tempel
   (package
     (name "emacs-tempel")
-    (version "0.3")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -13868,7 +13868,7 @@ been adapted to also work with mu4e.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1cq7gg4fh105229my57wbb7v72l8mx957pvsg8k3zc1l0hbc796i"))))
+                "0iyh6wxchqg83gpwvg6lz4qy4c2qh25iqjpjm56kif52346a99d2"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/minad/tempel";)
     (synopsis "Simple templates for Emacs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]