mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ftxui: Update to 5.0.0.
* gnu/packages/cpp.scm (ftxui): Update to 5.0.0. Change-Id: I5a1d0170c9d44426fb76eb00296af644fa7d8c16
This commit is contained in:
parent
4f68605d56
commit
1db794104f
1 changed files with 2 additions and 2 deletions
|
@ -2999,7 +2999,7 @@ (define-public wdl
|
||||||
(define-public ftxui
|
(define-public ftxui
|
||||||
(package
|
(package
|
||||||
(name "ftxui")
|
(name "ftxui")
|
||||||
(version "4.0.0")
|
(version "5.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3007,7 +3007,7 @@ (define-public ftxui
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01h59ln8amsj6ymxmsxhmslld2yp003n82fg3mphgkrh6lf22h6y"))
|
"1qfk6jwasxhjk410igma7pdv1q664w8cgjf95ciln3hh1kiqcpi0"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list googletest benchmark))
|
(native-inputs (list googletest benchmark))
|
||||||
|
|
Loading…
Reference in a new issue