[PATCH] gnu: eless: Update to 0.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20220915051712.53848-1-kiasoc5@disroot.org
* gnu/packages/emacs-xyz.scm (eless): Update to 0.7.
---
gnu/packages/emacs-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3311e973e6..02c93f0fa3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17660,16 +17660,17 @@ (define-public emacs-polymode-org
(define-public eless
(package
(name "eless")
- (version "0.6")
+ (version "0.7")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kaushalmodi/eless")
- (commit (string-append "v" version))))
+ ; no upstream tag
+ (commit "2ee16ce79ef994bb62acc1db8a48d8ae68cf9dd6")))
(file-name (git-file-name name version))
(sha256
- (base32 "1xif339wsc79hsab3l1nnwvy20jg7s1r4akfj4qqi6qxizfhmb52"))))
+ (base32 "01gpzg35v972ik4bimcyhqabjca6sjj41kw2i15xj1k33p4sjqpf"))))
(build-system copy-build-system)
(inputs
(list bash emacs))

base-commit: 839950c4a9925bf3d7108cb8533be37b185fb8bd
--
2.37.3
宋文武 wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 57817-done@debbugs.gnu.org)
87r10dt7a7.fsf@envs.net
kiasoc5 <kiasoc5@disroot.org> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (eless): Update to 0.7.

Applied with the use of version tag for git (since it still works),
thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57817@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57817
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help