me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tempel: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.7.
[propagated-inputs]: Add EMACS-COMPAT.
Nicolas Goaziou 2023-02-17 23:39:06 +01:00
parent 8305506983
commit 957d104a53
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 2 deletions

View File

@ -15801,7 +15801,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel
(package
(name "emacs-tempel")
(version "0.6")
(version "0.7")
(source (origin
(method git-fetch)
(uri (git-reference
@ -15810,8 +15810,10 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
"1jgsjhrfdd72a0na4s1qp8yc24mbgrpxkv8yqac0vgqipg98cdg6"))))
"1qhy9rp0k74hbqns67iwyzk86x7rriqyd4l48j5qqmfvr3v5sg1m"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/minad/tempel")
(synopsis "Simple templates for Emacs")
(description