mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
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>
This commit is contained in:
parent
b862ec2176
commit
8febfa472c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue