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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#57817: closed (Re: bug#57817: [PATCH] gnu: eless: Update to 0.7.)
Date: Thu, 15 Sep 2022 07:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57817: [PATCH] gnu: eless: Update to 0.7.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57817 <at> debbugs.gnu.org.

-- 
57817: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57817
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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!

[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 2 years and 251 days ago.

Previous Next


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