guix-patches
[Top][All Lists]
Advanced

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

[bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.


From: Greg Hogan
Subject: [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
Date: Thu, 17 Dec 2020 09:57:34 -0500

For the core-updates branch.

From 65b3d40ac240a184c51a2e0ad2b2106f0d3bd830 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 15 Dec 2020 19:56:04 +0000
Subject: [PATCH] gnu: openblas: Update to 0.3.13.

* gnu/packages/maths.scm (openblas): Update to 0.3.13.
---
 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 c118e9e25c..2e30349956 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.9")
+    (version "0.3.13")
     (source
      (origin
        (method url-fetch)
@@ -3637,7 +3637,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
+         "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.29.2

Attachment: 0001-gnu-openblas-Update-to-0.3.13.patch
Description: Binary data


reply via email to

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