mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
f015d4f5a6
commit
bf0a646a5b
1 changed files with 2 additions and 2 deletions
|
@ -13859,7 +13859,7 @@ (define-public emacs-pretty-mode
|
|||
(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 @@ (define-public emacs-tempel
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue