diff options
author | Marius Bakke <marius@gnu.org> | 2021-07-19 13:58:48 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:45 +0200 |
commit | b373d17e432a47db8a406ce59e50c5983821573e (patch) | |
tree | 09cfb3f41be3a7cd414978aee7e24440723a164f /gnu/packages | |
parent | 21e75f5188991fa80bb22af800831a0c8c04d6e4 (diff) |
gnu: nghttp2: Update to 1.44.0.
* gnu/packages/web.scm (nghttp2): Update to 1.44.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 60417e1892..aac6a407ee 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 |