nckx pushed a commit to branch master
in repository guix.
commit 97d98141673956e58243df997493654c89cb300b
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Apr 27 19:22:32 2021 +0200
gnu: xsimd: Update to 7.5.0.
* gnu/packages/cpp.scm (xsimd): Update to 7.5.0.
---
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 58345e7..31befc9 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -273,7 +273,7 @@ combination of these streams.")
(define-public xsimd
(package
(name "xsimd")
- (version "7.4.10")
+ (version "7.5.0")
(source
(origin
(method git-fetch)
@@ -281,7 +281,7 @@ combination of these streams.")
(url "https://github.com/QuantStack/xsimd")
(commit version)))
(sha256
- (base32 "097yvxrxdldi5s5m4nsxv8f4gwv9xj42mqig98a1z3hkjj1j2gn5"))
+ (base32 "0c9pq5vz43j99z83w3b9qylfi66mn749k1afpv5cwfxggbxvy63f"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments