guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 534bd43bc8b23428cd3dba53f21b13c41b10f916
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Nov 12 17:49:51 2025 +0000
gnu: taskflow: Update to 3.10.0.
* gnu/packages/cpp.scm (taskflow): Update to 3.10.0.
Change-Id: I4ebe53f57ebe19e655c8517c5a5adf08cdce3a05
---
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 d291360b0b..6152711a95 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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