guix-patches
[Top][All Lists]
Advanced

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

bug#72290: [PATCH] gnu: ftxui: Update to 5.0.0.


From: Zheng Junjie
Subject: bug#72290: [PATCH] gnu: ftxui: Update to 5.0.0.
Date: Tue, 30 Jul 2024 14:48:37 +0800

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/cpp.scm (ftxui): Update to 5.0.0.
>
> Change-Id: I5a1d0170c9d44426fb76eb00296af644fa7d8c16
> ---
>  gnu/packages/cpp.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
> index ee945fcc68..20bc7f88a1 100644
> --- a/gnu/packages/cpp.scm
> +++ b/gnu/packages/cpp.scm
> @@ -3003,7 +3003,7 @@ (define-public wdl
>  (define-public ftxui
>    (package
>      (name "ftxui")
> -    (version "4.0.0")
> +    (version "5.0.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -3011,7 +3011,7 @@ (define-public ftxui
>                      (commit (string-append "v" version))))
>                (sha256
>                 (base32
> -                "01h59ln8amsj6ymxmsxhmslld2yp003n82fg3mphgkrh6lf22h6y"))
> +                "1qfk6jwasxhjk410igma7pdv1q664w8cgjf95ciln3hh1kiqcpi0"))
>                (file-name (git-file-name name version))))
>      (build-system cmake-build-system)
>      (native-inputs (list googletest benchmark))
>
> base-commit: 2c5eaa61e50f3f6e5e52642feba53093b7777f0b
push, close.

Attachment: signature.asc
Description: PGP signature


reply via email to

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