diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-18 21:38:30 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-19 10:43:23 +0100 |
commit | 6d3337ccbaa7dba6f2708ecb9fc112da05f56c45 (patch) | |
tree | f0a43e7481c8485d0a9ed6b5b22b19e823cc0432 /gnu | |
parent | 4aae3774ca8944390e68ce78d313682bfbc72975 (diff) | |
download | guix-6d3337ccbaa7dba6f2708ecb9fc112da05f56c45.tar.gz guix-6d3337ccbaa7dba6f2708ecb9fc112da05f56c45.zip |
gnu: xsimd: Update to 8.0.5.
* gnu/packages/cpp.scm (xsimd): Update to 8.0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
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 |