diff options
author | Zheng Junjie <z572@z572.online> | 2025-03-22 23:48:27 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-16 13:25:20 +0800 |
commit | 8febfa472c13a2e60ec834184304c949949ab23c (patch) | |
tree | aebd6f5c0b3ee59e74fcec51d3b8d995e02ecade | |
parent | b862ec2176fbfe609b16b801e3c91907ea232577 (diff) | |
download | guix-8febfa472c13a2e60ec834184304c949949ab23c.tar.gz guix-8febfa472c13a2e60ec834184304c949949ab23c.zip |
gnu: xsimd: Update to 13.2.0.
* gnu/packages/cpp.scm (xsimd): Update to 13.2.0.
Change-Id: I86e3d2e8138c10f48b8acebda8751be2727a7364
Signed-off-by: Zheng Junjie <z572@z572.online>
-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 ba34a658d9..7c4cf25641 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -787,7 +787,7 @@ of XDG base directories, such as XDG_CONFIG_HOME.") (define-public xsimd (package (name "xsimd") - (version "11.0.0") + (version "13.2.0") (source (origin (method git-fetch) @@ -795,7 +795,7 @@ of XDG base directories, such as XDG_CONFIG_HOME.") (url "https://github.com/xtensor-stack/xsimd") (commit version))) (sha256 - (base32 "148wylv88vp31rz7l357ch7k0l50apfk4x31qdqk9y4d2hj6ld3f")) + (base32 "1w3hffv5yr1xdl3f46dnnza3kixfgj13450181qf7spq2cknv2rg")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |