all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63862] [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
@ 2023-06-02 13:46 iyzsong--- via Guix-patches via
  2023-06-12 18:43 ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-06-02 13:46 UTC (permalink / raw)
  To: 63862; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9.

Signed-off-by: 宋文武 <iyzsong@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#63862] [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
  2023-06-02 13:46 [bug#63862] [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9 iyzsong--- via Guix-patches via
@ 2023-06-12 18:43 ` Christopher Baines
  2023-06-14 10:16   ` bug#63862: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2023-06-12 18:43 UTC (permalink / raw)
  To: iyzsong; +Cc: 63862, 宋文武

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]


iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9.
>
> Signed-off-by: 宋文武 <iyzsong@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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#63862: [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9.
  2023-06-12 18:43 ` Christopher Baines
@ 2023-06-14 10:16   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-06-14 10:16 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 63862-done, 宋文武

Christopher Baines <mail@cbaines.net> writes:

> iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:
>
>> From: 宋文武 <iyzsong@member.fsf.org>
>>
>> * gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9.
>>
>> Signed-off-by: 宋文武 <iyzsong@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-14 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 13:46 [bug#63862] [PATCH] gnu: linenoise: Update to 1.0-2.93b2db9 iyzsong--- via Guix-patches via
2023-06-12 18:43 ` Christopher Baines
2023-06-14 10:16   ` bug#63862: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.