summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-18 21:38:30 +0100
committerMarius Bakke <marius@gnu.org>2022-02-19 10:43:23 +0100
commit6d3337ccbaa7dba6f2708ecb9fc112da05f56c45 (patch)
treef0a43e7481c8485d0a9ed6b5b22b19e823cc0432
parent4aae3774ca8944390e68ce78d313682bfbc72975 (diff)
downloadguix-patches-6d3337ccbaa7dba6f2708ecb9fc112da05f56c45.tar
guix-patches-6d3337ccbaa7dba6f2708ecb9fc112da05f56c45.tar.gz
gnu: xsimd: Update to 8.0.5.
* gnu/packages/cpp.scm (xsimd): Update to 8.0.5.
-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 07a0898a59..1227e705c3 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -350,7 +350,7 @@ combination of these streams.")
(define-public xsimd
(package
(name "xsimd")
- (version "7.5.0")
+ (version "8.0.5")
(source
(origin
(method git-fetch)
@@ -358,7 +358,7 @@ combination of these streams.")
(url "https://github.com/QuantStack/xsimd")
(commit version)))
(sha256
- (base32 "0c9pq5vz43j99z83w3b9qylfi66mn749k1afpv5cwfxggbxvy63f"))
+ (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments