mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: eless: Update to 0.7.
* gnu/packages/emacs-xyz.scm (eless): Update to 0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f77a0e7838
commit
ab371a27d6
1 changed files with 2 additions and 2 deletions
|
@ -17660,7 +17660,7 @@ languages while remaining inside the primary Org buffer.")
|
||||||
(define-public eless
|
(define-public eless
|
||||||
(package
|
(package
|
||||||
(name "eless")
|
(name "eless")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17669,7 +17669,7 @@ languages while remaining inside the primary Org buffer.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xif339wsc79hsab3l1nnwvy20jg7s1r4akfj4qqi6qxizfhmb52"))))
|
(base32 "01gpzg35v972ik4bimcyhqabjca6sjj41kw2i15xj1k33p4sjqpf"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bash emacs))
|
(list bash emacs))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue