all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71558] [PATCH] gnu: nghttp3: Update to 1.4.0.
@ 2024-06-14 17:21 Tomas Volf
  2024-06-15 16:59 ` bug#71558: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-06-14 17:21 UTC (permalink / raw)
  To: 71558; +Cc: Tomas Volf

* gnu/packages/web.scm (nghttp3): Update to 1.4.0.

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index edbe3bb927..b9991bb9c1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8456,7 +8456,7 @@ (define-public nghttp2-for-node
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.3.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
@@ -8465,7 +8465,7 @@ (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0z973zfd309wir7qv9iqa9qp77zhcgvmiz3s1hmwmqmyf3vl06ic"))))
+         "13s0jhqbs86a91702j8ybh4h5l75k3mi8cwdiikd9b03n5rq19s3"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.45.1





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

* bug#71558: [PATCH] gnu: nghttp3: Update to 1.4.0.
  2024-06-14 17:21 [bug#71558] [PATCH] gnu: nghttp3: Update to 1.4.0 Tomas Volf
@ 2024-06-15 16:59 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-15 16:59 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 71558-done

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

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/web.scm (nghttp3): Update to 1.4.0.
>
> Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a
> ---
>  gnu/packages/web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
6a71cd419fb9d66eaa32dec59d3be1199d6c3e7d.

Chris

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

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

end of thread, other threads:[~2024-06-15 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 17:21 [bug#71558] [PATCH] gnu: nghttp3: Update to 1.4.0 Tomas Volf
2024-06-15 16:59 ` bug#71558: " Christopher Baines

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.