[PATCH] gnu: nghttp3: Update to 1.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
4882968c796c3d920dcba65317302ccf2d1c3148.1740707741.git.~@wolfsden.cz
* gnu/packages/web.scm (nghttp3): Update to 1.8.0.

Change-Id: I61eef674003772a62b3f28aebb006fd69a7e94dc
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index bd9dc0a5b8..4cd71e0858 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8677,7 +8677,7 @@ (define-public nghttp2
(define-public nghttp3
(package
(name "nghttp3")
- (version "1.7.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
@@ -8686,7 +8686,7 @@ (define-public nghttp3
"nghttp3-" version ".tar.gz"))
(sha256
(base32
- "09iv9n47kr7nfc4wmbv2nadv19sixf0f3z7w5pr6cfr64gn4d9br"))))
+ "0gpnqibb1ndqq7yacl2f9d7iznfbzws71rza12kaf72shqvyn1zv"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
--
2.48.1
宋文武 wrote 7 days ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76626-done@debbugs.gnu.org)
87zfhzbtph.fsf@envs.net
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (2 lines)
> * gnu/packages/web.scm (nghttp3): Update to 1.8.0.

Pushed as 57f6e13168, thanks.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 76626
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