[PATCH] gnu: ngtcp2: Update to 1.7.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 7 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
46ff492550db745f9dc477b7a58d748bb43197aa.1724605558.git.~@wolfsden.cz
* gnu/packages/networking.scm (ngtcp2)[version]: Update to 1.7.0.
[source]: Use gzip archive.

Change-Id: If4490a46c0ab551ded32aab962981c9fdb43ff94
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e5559ff46c..d8fc8cdc46 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4598,15 +4598,15 @@ (define-public nbd
(define-public ngtcp2
(package
(name "ngtcp2")
- (version "1.6.0")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/ngtcp2/ngtcp2/"
"releases/download/v" version "/"
- "ngtcp2-" version ".tar.xz"))
+ "ngtcp2-" version ".tar.gz"))
(sha256
- (base32 "0fh2c0iafjihvg7cb2kkhxzs0gvlz4phczqil61ckhk9sd15lmrf"))))
+ (base32 "0r06ib077n4i7s5bfrdq2f2sh8jc2fck5k73wffsypk1k9fcpp2r"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 40e7b0191e84f463a3790bf9410ebcbe1cbeab9c
prerequisite-patch-id: 8885db1bb74a5215fba3ccc7c7b200b6b008497e
--
2.45.2
Ludovic Courtès wrote 6 months ago
control message for bug #72807
(address . control@debbugs.gnu.org)
8734molnys.fsf@gnu.org
close 72807
quit
?
Your comment

This issue is archived.

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

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