guix-commits
[Top][All Lists]
Advanced

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

46/62: gnu: nghttp2: Update to 1.48.0.


From: guix-commits
Subject: 46/62: gnu: nghttp2: Update to 1.48.0.
Date: Sun, 26 Jun 2022 06:09:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1d3aedf18c38203135de9c6621f3660f458dad3f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 02:36:59 2022 +0200

    gnu: nghttp2: Update to 1.48.0.
    
    * gnu/packages/web.scm (nghttp2): Update to 1.48.0.
---
 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 294d8f5ab3..edffcd6711 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7486,7 +7486,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
 (define-public nghttp2
   (package
     (name "nghttp2")
-    (version "1.44.0")
+    (version "1.48.0")
     (source
      (origin
        (method url-fetch)
@@ -7495,7 +7495,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
                            "nghttp2-" version ".tar.xz"))
        (sha256
         (base32
-         "0p9wvva4g8hwj55x19rbyvnq2dbsnf65rphhxnpqs7ll54xlg6an"))))
+         "1r0ns1r6g03wji273nk3bhrkmj1s3g5640yicqan5g7iwh7g7n27"))))
     (build-system gnu-build-system)
     (outputs (list "out"
                    "lib"))              ; only libnghttp2



reply via email to

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