me
/
guix
Archived
1
0
Fork 0

gnu: ftxui: Update to 5.0.0.

* gnu/packages/cpp.scm (ftxui): Update to 5.0.0.

Change-Id: I5a1d0170c9d44426fb76eb00296af644fa7d8c16
master
Zheng Junjie 2024-07-25 23:02:07 +08:00
parent 4f68605d56
commit 1db794104f
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2999,7 +2999,7 @@ queues, resource pools, strings, etc.
(define-public ftxui
(package
(name "ftxui")
(version "4.0.0")
(version "5.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3007,7 +3007,7 @@ queues, resource pools, strings, etc.
(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))