gnu: emacs-tempel: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.6.
This commit is contained in:
Nicolas Goaziou 2022-12-30 11:08:29 +01:00
parent 5e3b47319f
commit 091502f398
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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