all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68634] [PATCH] gnu: ngtcp2: Update to 1.2.0.
@ 2024-01-21 12:06 Tomas Volf
  2024-02-03 17:09 ` bug#68634: " Jelle Licht
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-01-21 12:06 UTC (permalink / raw)
  To: 68634; +Cc: Tomas Volf

* gnu/packages/networking.scm (ngtcp2): Update to 1.2.0.

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 64e32f78f2..8bc5a6ed0f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4511,7 +4511,7 @@ (define-public nbd
 (define-public ngtcp2
   (package
     (name "ngtcp2")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
@@ -4519,7 +4519,7 @@ (define-public ngtcp2
                            "releases/download/v" version "/"
                            "ngtcp2-" version ".tar.xz"))
        (sha256
-        (base32 "1pppl6s25hz91w6321g1q7dqvfy4vccz9mmc5r8sfdvdc95fngl0"))))
+        (base32 "158acn01df6sxqjqx4h948phpcgc2da88aiqn9p2jqgqph48brxh"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 9c367ee1967b213b507a8bf041ea6c2623ceea96
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68634: [PATCH] gnu: ngtcp2: Update to 1.2.0.
  2024-01-21 12:06 [bug#68634] [PATCH] gnu: ngtcp2: Update to 1.2.0 Tomas Volf
@ 2024-02-03 17:09 ` Jelle Licht
  0 siblings, 0 replies; 2+ messages in thread
From: Jelle Licht @ 2024-02-03 17:09 UTC (permalink / raw)
  To: Tomas Volf, 68634-done

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.2.0.
>
> Change-Id: Ib71911a250dd68ba9e25e93dd17a2770fc99f0bb

Pushed to master, thank you for the patch!
- Jelle





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-03 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 12:06 [bug#68634] [PATCH] gnu: ngtcp2: Update to 1.2.0 Tomas Volf
2024-02-03 17:09 ` bug#68634: " Jelle Licht

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.