me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tempel: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.5.
master
Nicolas Goaziou 2022-10-16 20:50:06 +02:00
parent 7d48c651ac
commit e0b11d9e7e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14765,7 +14765,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel
(package
(name "emacs-tempel")
(version "0.4")
(version "0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -14774,7 +14774,7 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
"0iyh6wxchqg83gpwvg6lz4qy4c2qh25iqjpjm56kif52346a99d2"))))
"1za73zszj373r8pxf89cwwfrwsf8dy6nxciw11adcccrm92xwdsz"))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/tempel")
(synopsis "Simple templates for Emacs")