guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: nghttp3: Update to 1.6.0.


From: guix-commits
Subject: 07/07: gnu: nghttp3: Update to 1.6.0.
Date: Sun, 13 Oct 2024 22:18:35 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 27db8ec8c736717713a689dbd8ba2fbaeb49d217
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Sun Oct 6 15:47:31 2024 +0200

    gnu: nghttp3: Update to 1.6.0.
    
    * gnu/packages/web.scm (nghttp3): Update to 1.6.0.
    
    Change-Id: I1ace57429944d1db33fec8eb9f5cd233ccefe1e9
---
 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 f1938d7b11..5d2ab791ae 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8551,7 +8551,7 @@ compressed JSON header blocks.
 (define-public nghttp3
   (package
     (name "nghttp3")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
@@ -8560,7 +8560,7 @@ compressed JSON header blocks.
                            "nghttp3-" version ".tar.gz"))
        (sha256
         (base32
-         "08zzwn40kr632wab2vr4cjy4l1yycphfdql1kdkv0bkxhr48mmhk"))))
+         "186bjczm7hqs3icp5ss66pi78dinpsbyn15h2hhcmyhh7h8jzyd1"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]