guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: xsimd: Update to 8.1.0.


From: guix-commits
Subject: 03/05: gnu: xsimd: Update to 8.1.0.
Date: Sat, 25 Jun 2022 19:01:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4f6191fbcda55f47828ab8db9403c3d896641f7d
Author: Greg Hogan <code@greghogan.com>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]