* [bug#72290] [PATCH] gnu: ftxui: Update to 5.0.0.
@ 2024-07-25 15:02 Zheng Junjie
2024-07-30 6:48 ` bug#72290: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-07-25 15:02 UTC (permalink / raw)
To: 72290
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72290: [PATCH] gnu: ftxui: Update to 5.0.0.
2024-07-25 15:02 [bug#72290] [PATCH] gnu: ftxui: Update to 5.0.0 Zheng Junjie
@ 2024-07-30 6:48 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-07-30 6:48 UTC (permalink / raw)
To: 72290-done
[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-30 6:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 15:02 [bug#72290] [PATCH] gnu: ftxui: Update to 5.0.0 Zheng Junjie
2024-07-30 6:48 ` bug#72290: " Zheng Junjie
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.