[bug#78674] gnu: nghttp3: Update to 1.10.1.

Message ID b1e5fdfd0a880bc3e970f00624de34fc297d2aa5.1748889998.git.~@wolfsden.cz
State New
Headers
Series [bug#78674] gnu: nghttp3: Update to 1.10.1. |

Commit Message

Tomas Volf June 2, 2025, 6:46 p.m. UTC
  * gnu/packages/web.scm (nghttp3): Update to 1.10.1.

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

Comments

Andreas Enge June 2, 2025, 9:56 p.m. UTC | #1
Hello,

this patch:

Am Mon, Jun 02, 2025 at 08:46:38PM +0200 schrieb Tomas Volf:
> -    (version "1.8.0")
> +    (version "1.10.1")

does not pass anymore since I pushed the update to 1.9.0
today in the early afternoon...

Andreas
  
Tomas Volf June 3, 2025, 3:57 p.m. UTC | #2
Andreas Enge <andreas@enge.fr> writes:

> this patch:
>
> Am Mon, Jun 02, 2025 at 08:46:38PM +0200 schrieb Tomas Volf:
>> -    (version "1.8.0")
>> +    (version "1.10.1")
>
> does not pass anymore since I pushed the update to 1.9.0
> today in the early afternoon...

Ah, I forgot to re-base, sorry, I have sent v2.

Tomas
  

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 31457e87b9..f0878af842 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8708,7 +8708,7 @@  (define-public nghttp2
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.8.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -8717,7 +8717,7 @@  (define-public nghttp3
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
+         "18lik57yb3zc5g17s18ymd268p037wly0hgvw6n9h48l09jqqv68"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))