mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: taskflow: Update to 3.10.0.
* gnu/packages/cpp.scm (taskflow): Update to 3.10.0. Change-Id: I4ebe53f57ebe19e655c8517c5a5adf08cdce3a05
This commit is contained in:
parent
0091d0e7c8
commit
df0c61469f
1 changed files with 2 additions and 2 deletions
|
|
@ -1909,7 +1909,7 @@ development of concurrent and multithreaded applications in C++.")
|
|||
(define-public taskflow
|
||||
(package
|
||||
(name "taskflow")
|
||||
(version "3.6.0")
|
||||
(version "3.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1918,7 +1918,7 @@ development of concurrent and multithreaded applications in C++.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cv74l181137lchc1rxygcg401cnq216ymq5qz2njsw99j342br3"))))
|
||||
(base32 "08z7vif8lk4jri9m77j9gqyyv7nwza5qfgab0bk5gl9akb63qh5k"))))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "https://taskflow.github.io/")
|
||||
(synopsis
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue