unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73657] [PATCH] gnu: ngtcp2: Update to 1.8.0.
@ 2024-10-06 13:46 Tomas Volf
  2024-10-14  2:23 ` bug#73657: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-10-06 13:46 UTC (permalink / raw)
  To: 73657; +Cc: Tomas Volf

* gnu/packages/networking.scm (ngtcp2): Update to 1.8.0.

Change-Id: I0a704cc0e4dc72302b0b7aef133c2cdca9f224fb
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3be037ecd7..f209c1e27c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4623,7 +4623,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
@@ -4631,7 +4631,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
+        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0





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

* bug#73657: [PATCH] gnu: ngtcp2: Update to 1.8.0.
  2024-10-06 13:46 [bug#73657] [PATCH] gnu: ngtcp2: Update to 1.8.0 Tomas Volf
@ 2024-10-14  2:23 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-14  2:23 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73657-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.8.0.
>
> Change-Id: I0a704cc0e4dc72302b0b7aef133c2cdca9f224fb
> ---
>  gnu/packages/networking.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 3be037ecd7..f209c1e27c 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -4623,7 +4623,7 @@ (define-public nbd
>  (define-public ngtcp2
>    (package
>      (name "ngtcp2")
> -    (version "1.7.0")
> +    (version "1.8.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4631,7 +4631,7 @@ (define-public ngtcp2
>                             "releases/download/v" version "/"
>                             "ngtcp2-" version ".tar.gz"))
>         (sha256
> -        (base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
> +        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list

push, close.

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

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

end of thread, other threads:[~2024-10-14  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 13:46 [bug#73657] [PATCH] gnu: ngtcp2: Update to 1.8.0 Tomas Volf
2024-10-14  2:23 ` bug#73657: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).