summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-06-24 14:50:31 +0000
committerLudovic Courtès <ludo@gnu.org>2022-06-26 01:00:18 +0200
commit4f6191fbcda55f47828ab8db9403c3d896641f7d (patch)
treefc875319b6110a01ac0231ab7db2d9f3536c1292
parentf9488d5444679df3d47417a128ab4750ff26af13 (diff)
downloadguix-patches-4f6191fbcda55f47828ab8db9403c3d896641f7d.tar
guix-patches-4f6191fbcda55f47828ab8db9403c3d896641f7d.tar.gz
gnu: xsimd: Update to 8.1.0.
* gnu/packages/cpp.scm (xsimd): Update to 8.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index a17f1ee4b6..5ae5efc330 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -406,7 +406,7 @@ combination of these streams.")
(define-public xsimd
(package
(name "xsimd")
- (version "8.0.5")
+ (version "8.1.0")
(source
(origin
(method git-fetch)
@@ -414,7 +414,7 @@ combination of these streams.")
(url "https://github.com/QuantStack/xsimd")
(commit version)))
(sha256
- (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
+ (base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments