guix-commits
[Top][All Lists]
Advanced

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

23/49: gnu: nghttp2: Update to 1.44.0.


From: guix-commits
Subject: 23/49: gnu: nghttp2: Update to 1.44.0.
Date: Fri, 23 Jul 2021 11:33:07 -0400 (EDT)

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

commit b373d17e432a47db8a406ce59e50c5983821573e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 13:58:48 2021 +0200

    gnu: nghttp2: Update to 1.44.0.
    
    * gnu/packages/web.scm (nghttp2): Update to 1.44.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 60417e1..aac6a40 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7607,7 +7607,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
 (define-public nghttp2
   (package
     (name "nghttp2")
-    (version "1.43.0")
+    (version "1.44.0")
     (source
      (origin
        (method url-fetch)
@@ -7616,7 +7616,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
                            "nghttp2-" version ".tar.xz"))
        (sha256
         (base32
-         "03vbl80rxjpzzvgxb53kah9r0dd2dw9i4im4bilrzlmfz2k4zmgp"))))
+         "0p9wvva4g8hwj55x19rbyvnq2dbsnf65rphhxnpqs7ll54xlg6an"))))
     (build-system gnu-build-system)
     (outputs (list "out"
                    "lib"))              ; only libnghttp2



reply via email to

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