diff options
| author | Yappaholic <sav.boyar@gmail.com> | 2026-05-29 21:37:21 +0300 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-11 14:03:49 +0900 |
| commit | 82bb1c99baf467d347eb0066b89b727d914af468 (patch) | |
| tree | c3a02a44b8c9a8d142245d9d536c1e12b3383aac /gnu | |
| parent | 157cfe0b74f8667bf1e5a931bb5a4426a7e74317 (diff) | |
gnu: ftxui: Update to 6.1.9.
* gnu/packages/cpp.scm (ftxui): Update to 6.1.9.
Merges: https://codeberg.org/guix/guix/pulls/8947
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 3df28864467..ceb9f45bcac 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -4457,7 +4457,7 @@ VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts.") | |||
| 4457 | (define-public ftxui | 4457 | (define-public ftxui |
| 4458 | (package | 4458 | (package |
| 4459 | (name "ftxui") | 4459 | (name "ftxui") |
| 4460 | (version "5.0.0") | 4460 | (version "6.1.9") |
| 4461 | (source (origin | 4461 | (source (origin |
| 4462 | (method git-fetch) | 4462 | (method git-fetch) |
| 4463 | (uri (git-reference | 4463 | (uri (git-reference |
| @@ -4465,7 +4465,7 @@ VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts.") | |||
| 4465 | (commit (string-append "v" version)))) | 4465 | (commit (string-append "v" version)))) |
| 4466 | (sha256 | 4466 | (sha256 |
| 4467 | (base32 | 4467 | (base32 |
| 4468 | "1qfk6jwasxhjk410igma7pdv1q664w8cgjf95ciln3hh1kiqcpi0")) | 4468 | "1sbgp1b5v0z8dcfwmgincd759brc1bz64vifdfp4r1afp1672lm6")) |
| 4469 | (file-name (git-file-name name version)))) | 4469 | (file-name (git-file-name name version)))) |
| 4470 | (build-system cmake-build-system) | 4470 | (build-system cmake-build-system) |
| 4471 | (native-inputs (list googletest benchmark)) | 4471 | (native-inputs (list googletest benchmark)) |
