guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70853: [PATCH] gnu: ngtcp2: Update to 1.5.0.


From: Zheng Junjie
Subject: bug#70853: [PATCH] gnu: ngtcp2: Update to 1.5.0.
Date: Fri, 10 May 2024 19:52:50 +0800
User-agent: mu4e 1.12.4; emacs 30.0.50

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/networking.scm (ngtcp2): Update to 1.5.0.
>
> Change-Id: Id119a18ab58517d717b9333385d7946564fcf25a
> ---
>  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 5501c8dfca..058b71523e 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -4566,7 +4566,7 @@ (define-public nbd
>  (define-public ngtcp2
>    (package
>      (name "ngtcp2")
> -    (version "1.4.0")
> +    (version "1.5.0")
>      (source
>       (origin
>         (method url-fetch)
> @@ -4574,7 +4574,7 @@ (define-public ngtcp2
>                             "releases/download/v" version "/"
>                             "ngtcp2-" version ".tar.xz"))
>         (sha256
> -        (base32 "0jnay7m4zkg6v2zcidswv9xbyjgsvjbhwf8ykqjcw1jwkwxl7ldm"))))
> +        (base32 "0zw5vd1yjfh9j4gl3ixisp495fp9g7qxn1kxkc1dc4v3ps63ch1a"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list

push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=790a53b1e67df19669af3c9501bb4fdf45e0274c

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]