me
/
guix
Archived
1
0
Fork 0

gnu: xsimd: Update to 8.0.5.

* gnu/packages/cpp.scm (xsimd): Update to 8.0.5.
Marius Bakke 2022-02-18 21:38:30 +01:00
parent 4aae3774ca
commit 6d3337ccba
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ combination of these streams.")
(define-public xsimd (define-public xsimd
(package (package
(name "xsimd") (name "xsimd")
(version "7.5.0") (version "8.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -358,7 +358,7 @@ combination of these streams.")
(url "https://github.com/QuantStack/xsimd") (url "https://github.com/QuantStack/xsimd")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0c9pq5vz43j99z83w3b9qylfi66mn749k1afpv5cwfxggbxvy63f")) (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments