GNU bug report logs -
#63862
[PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Fri, 2 Jun 2023 23:03: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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 14 Jun 2023 18:16:13 +0800
with message-id <877cs6l576.fsf_-_ <at> envs.net>
and subject line Re: bug#63862: [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
has caused the debbugs.gnu.org bug report #63862,
regarding [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63862: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63862
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9.
Signed-off-by: 宋文武 <iyzsong <at> member.fsf.org>
---
gnu/packages/shells.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index a3b16aaae8..16a4bba92f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -644,8 +644,8 @@ (define-public scsh
(license license:bsd-3))))
(define-public linenoise
- (let ((commit "2105ce445821381cf1bca87b6d386d4ea88ee20d")
- (revision "1"))
+ (let ((commit "93b2db9bd4968f76148dd62cdadf050ed50b84b3")
+ (revision "2"))
(package
(name "linenoise")
(version (string-append "1.0-" revision "." (string-take commit 7)))
@@ -658,7 +658,7 @@ (define-public linenoise
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1z16qwix8z6a40fskdgxsibkqgdrp4q6ncp4n6hnv4r9iihy2d8r"))))
+ "102gwq6bzjq2b1lf55wrpgym58yfhry56hkajbj339m0bs1xijhs"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests are included
base-commit: a7d9cd742c3149bb014db95f88d1158d590bc124
--
2.40.1
[Message part 3 (message/rfc822, inline)]
Christopher Baines <mail <at> cbaines.net> writes:
> iyzsong--- via Guix-patches via <guix-patches <at> gnu.org> writes:
>
>> From: 宋文武 <iyzsong <at> member.fsf.org>
>>
>> * gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9.
>>
>> Signed-off-by: 宋文武 <iyzsong <at> member.fsf.org>
>> ---
>> gnu/packages/shells.scm | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Looks good to me and it's green on QA, please push!
Pushed, thank you!
Feel free to push my patches, as I tend to forget them :3
This bug report was last modified 1 year and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.