GNU bug report logs -
#72290
[PATCH] gnu: ftxui: Update to 5.0.0.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Thu, 25 Jul 2024 15:03:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#72290: [PATCH] gnu: ftxui: Update to 5.0.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 72290 <at> debbugs.gnu.org.
--
72290: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72290
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
--
2.45.2
This bug report was last modified 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.