GNU bug report logs - #57817
[PATCH] gnu: eless: Update to 0.7.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Thu, 15 Sep 2022 05:18:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57817 in the body.
You can then email your comments to 57817 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57817; Package guix-patches. (Thu, 15 Sep 2022 05:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 15 Sep 2022 05:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: eless: Update to 0.7.
Date: Thu, 15 Sep 2022 01:17:13 -0400
* gnu/packages/emacs-xyz.scm (eless): Update to 0.7.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 15 Sep 2022 07:41:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Thu, 15 Sep 2022 07:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 57817-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 57817-done <at> debbugs.gnu.org
Subject: Re: bug#57817: [PATCH] gnu: eless: Update to 0.7.
Date: Thu, 15 Sep 2022 15:40:16 +0800
kiasoc5 <kiasoc5 <at> disroot.org> writes:

> * 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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Oct 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.