summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-11-12 17:49:51 +0000
committerGreg Hogan <code@greghogan.com>2025-11-28 11:37:01 +0000
commitdf0c61469fbef11b7fa577a3bcc3b27669a32180 (patch)
treefdd61396f15f2f07bae158fbf46f2102b50d7f6f /gnu
parent0091d0e7c836b3b6482ea449e0917fa8f7761427 (diff)
gnu: taskflow: Update to 3.10.0.
* gnu/packages/cpp.scm (taskflow): Update to 3.10.0. Change-Id: I4ebe53f57ebe19e655c8517c5a5adf08cdce3a05
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d291360b0b1..6152711a955 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1909,7 +1909,7 @@ development of concurrent and multithreaded applications in C++.")
1909(define-public taskflow 1909(define-public taskflow
1910 (package 1910 (package
1911 (name "taskflow") 1911 (name "taskflow")
1912 (version "3.6.0") 1912 (version "3.10.0")
1913 (source 1913 (source
1914 (origin 1914 (origin
1915 (method git-fetch) 1915 (method git-fetch)
@@ -1918,7 +1918,7 @@ development of concurrent and multithreaded applications in C++.")
1918 (commit (string-append "v" version)))) 1918 (commit (string-append "v" version))))
1919 (file-name (git-file-name name version)) 1919 (file-name (git-file-name name version))
1920 (sha256 1920 (sha256
1921 (base32 "1cv74l181137lchc1rxygcg401cnq216ymq5qz2njsw99j342br3")))) 1921 (base32 "08z7vif8lk4jri9m77j9gqyyv7nwza5qfgab0bk5gl9akb63qh5k"))))
1922 (build-system cmake-build-system) 1922 (build-system cmake-build-system)
1923 (home-page "https://taskflow.github.io/") 1923 (home-page "https://taskflow.github.io/")
1924 (synopsis 1924 (synopsis