guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: nghttp2: Update to 1.32.0.


From: Tobias Geerinckx-Rice
Subject: 13/17: gnu: nghttp2: Update to 1.32.0.
Date: Tue, 12 Jun 2018 09:30:32 -0400 (EDT)

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

commit 314dcec1c0833efdc02c78e54aec1c7d34f31904
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 11 17:06:55 2018 +0200

    gnu: nghttp2: Update to 1.32.0.
    
    * gnu/packages/web.scm (nghttp2): Update to 1.32.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 cfc27cd..fcfc9b0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6341,7 +6341,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
 (define-public nghttp2
   (package
     (name "nghttp2")
-    (version "1.31.1")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
@@ -6350,7 +6350,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "00z1687m4wi2gbgkijbv099l9hs1sjlyzbhh8jhn0xssx4xcifb5"))))
+         "0zbgp8f80h2zlfn8cd2ldrmgl81jzcdh1141n71aqmfckzaqj2kh"))))
     (build-system gnu-build-system)
     (outputs (list "out"
                    "lib"))              ; only libnghttp2



reply via email to

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