guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openblas: Update to 0.3.13.


From: guix-commits
Subject: 01/02: gnu: openblas: Update to 0.3.13.
Date: Sun, 27 Dec 2020 16:19:19 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit bbd28642727b52a2528b4155f6cbd97072b8b291
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Dec 23 20:50:55 2020 +0000

    gnu: openblas: Update to 0.3.13.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.13.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 230f059..125edbe 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3628,7 +3628,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.10")
+    (version "0.3.13")
     (source
      (origin
        (method git-fetch)
@@ -3638,7 +3638,7 @@ parts of it.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b"))))
+         "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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