mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-tempel: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.0. Change-Id: I61737161384615a4c18e4ce318b0c538db1372ca Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
b50b1c819e
commit
7287b520eb
1 changed files with 2 additions and 2 deletions
|
@ -17615,7 +17615,7 @@ (define-public emacs-pretty-mode
|
|||
(define-public emacs-tempel
|
||||
(package
|
||||
(name "emacs-tempel")
|
||||
(version "0.8")
|
||||
(version "1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -17624,7 +17624,7 @@ (define-public emacs-tempel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10dcf56x74jrbdzaa9kphyzq2rz5alv800dnnzpbnvwzh29lfyka"))))
|
||||
"0f1z5p6vbbjsh7cn7hqhv4c6h4awczpf14sbwpzsnwqsxsfjdh34"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue