[PATCH] gnu: nghttp3: Update to 1.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jelle Licht
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
0f2f60b9eeb25c65bb4ceecbb40ddc7201629174.1708175841.git.~@wolfsden.cz
* gnu/packages/web.scm (nghttp3): Update to 1.2.0.

Change-Id: I802c0b7f11155afd8ce3b37a7fac2106fe61ccb4
---
gnu/packages/web.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 11bceb1da7..d729e9bdbf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8231,7 +8231,7 @@ (define-public nghttp2-for-node
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -8240,12 +8240,10 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "1fzvadnwb03jlm180313gg5m4fg09qdcc67fwcfrv9zs22anaa55"))))
+ "0xfa3nbpv3d514ssjpxvizqmss8z330w9p0bp045w4qsyr1vkj8c"))))
(build-system gnu-build-system)
(native-inputs
- (list pkg-config
- ;; Required by tests.
- cunit))
+ (list pkg-config))
(arguments
(list
#:configure-flags

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
--
2.41.0
Jelle Licht wrote 1 years ago
87msruzz6i.fsf@fsfe.org
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (4 lines)
> * gnu/packages/web.scm (nghttp3): Update to 1.2.0.
>
> Change-Id: I802c0b7f11155afd8ce3b37a7fac2106fe61ccb4

Pushed to master with some small adjustments to the commit message, thanks!
- J
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69227@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69227
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help