gnu: emacs-templatel: Update to 0.1.6.

* gnu/packages/emacs-xyz.scm (emacs-templatel): Update to 0.1.6.
This commit is contained in:
Nicolas Goaziou 2021-05-29 16:10:02 +02:00
parent b1f613fb17
commit e4f8ae2140
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10173,7 +10173,7 @@ (define-public emacs-web-mode
(define-public emacs-templatel
(package
(name "emacs-templatel")
(version "0.1.4")
(version "0.1.6")
(source
(origin
(method git-fetch)
@ -10182,7 +10182,7 @@ (define-public emacs-templatel
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1k33h503038l2bcr8gs020z2cjxfs94lamkdgv52cvd9i20d0kqq"))))
(base32 "03n7amd2mfr4jmc4s1ar5ckm86knr7qarxxlkdhbnw3svy5kbc57"))))
(build-system emacs-build-system)
(home-page "https://clarete.li/templatel")
(synopsis "Jinja inspired template language for Emacs Lisp")