mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-tempel: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.2. Change-Id: Iccf09485c828d87041139384d49a09e77aff728f
This commit is contained in:
parent
f8ef28b971
commit
969490a45b
1 changed files with 2 additions and 2 deletions
|
@ -18591,7 +18591,7 @@ (define-public emacs-pretty-mode
|
||||||
(define-public emacs-tempel
|
(define-public emacs-tempel
|
||||||
(package
|
(package
|
||||||
(name "emacs-tempel")
|
(name "emacs-tempel")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -18600,7 +18600,7 @@ (define-public emacs-tempel
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5"))))
|
"1yyq59rkcqlqm6ra6wp98sqn823a7f2r8nabd1kffqq38rgfj1hr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Reference in a new issue