guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: xsimd: Update to 8.0.5.


From: guix-commits
Subject: 06/10: gnu: xsimd: Update to 8.0.5.
Date: Sat, 19 Feb 2022 04:49:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6d3337ccbaa7dba6f2708ecb9fc112da05f56c45
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Feb 18 21:38:30 2022 +0100

    gnu: xsimd: Update to 8.0.5.
    
    * gnu/packages/cpp.scm (xsimd): Update to 8.0.5.
---
 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 07a0898a59..1227e705c3 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -350,7 +350,7 @@ combination of these streams.")
 (define-public xsimd
   (package
     (name "xsimd")
-    (version "7.5.0")
+    (version "8.0.5")
     (source
      (origin
        (method git-fetch)
@@ -358,7 +358,7 @@ combination of these streams.")
              (url "https://github.com/QuantStack/xsimd";)
              (commit version)))
        (sha256
-        (base32 "0c9pq5vz43j99z83w3b9qylfi66mn749k1afpv5cwfxggbxvy63f"))
+        (base32 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij"))
        (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]