all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73957] [PATCH] gnu: ngtcp2: Update to 1.8.1.
@ 2024-10-22 23:55 Tomas Volf
  2024-10-23 16:09 ` bug#73957: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-10-22 23:55 UTC (permalink / raw)
  To: 73957; +Cc: Tomas Volf

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

Change-Id: I986c697da1b101c367f1ca7850555495e8f26179
---
 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 7e7b9ab174..be663b0dd8 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.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -4631,7 +4631,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.gz"))
        (sha256
-        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
+        (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.46.0





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

* bug#73957: [PATCH] gnu: ngtcp2: Update to 1.8.1.
  2024-10-22 23:55 [bug#73957] [PATCH] gnu: ngtcp2: Update to 1.8.1 Tomas Volf
@ 2024-10-23 16:09 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-23 16:09 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73957-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.8.1.
>
> Change-Id: I986c697da1b101c367f1ca7850555495e8f26179
> ---
>  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 7e7b9ab174..be663b0dd8 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.8.0")
> +    (version "1.8.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4631,7 +4631,7 @@ (define-public ngtcp2
>                             "releases/download/v" version "/"
>                             "ngtcp2-" version ".tar.gz"))
>         (sha256
> -        (base32 "00rjxcwrz3vin68braqzc4kdznwvw83i6qm5vl224hqcn40ab77k"))))
> +        (base32 "1vlc2xhvymnxgp4a12m4pja9z5ckzrqkv79z966bb3wva3949dbj"))))
>      (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-23 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 23:55 [bug#73957] [PATCH] gnu: ngtcp2: Update to 1.8.1 Tomas Volf
2024-10-23 16:09 ` bug#73957: " Zheng Junjie

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.