civodul pushed a commit to branch master
in repository guix.

commit 4f6191fbcda55f47828ab8db9403c3d896641f7d
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jun 24 14:50:31 2022 +0000

    gnu: xsimd: Update to 8.1.0.
    
    * gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 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

Reply via email to