all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71447] [PATCH] gnu: openblas: Update to 0.3.26.
@ 2024-06-09  6:02 Andy Tai
  2024-07-13  5:06 ` [bug#71447] [PATCH v2] gnu: openblas: Update to 0.3.27 Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-06-09  6:02 UTC (permalink / raw)
  To: 71447; +Cc: Andy Tai

* gnu/packages/maths.scm (openblas): Update to 0.3.26.

Change-Id: I5eb1a26f59a0918e0bb72d1de83b760c29c28d65
---
 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 10e7b53e74..327bba6b98 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5122,7 +5122,7 @@ (define-public muparser
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.20")
+    (version "0.3.26")
     (source
      (origin
        (method git-fetch)
@@ -5132,7 +5132,7 @@ (define-public openblas
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+         "17y4989argppch0n8xjyfk31nq551fb3kldnhcvwi4cpfk3zw380"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#71447] [PATCH v2] gnu: openblas: Update to 0.3.27.
  2024-06-09  6:02 [bug#71447] [PATCH] gnu: openblas: Update to 0.3.26 Andy Tai
@ 2024-07-13  5:06 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2024-07-13  5:06 UTC (permalink / raw)
  To: 71447; +Cc: Andy Tai

* gnu/packages/maths.scm (openblas): Update to 0.3.27.

Change-Id: I5eb1a26f59a0918e0bb72d1de83b760c29c28d65
---
 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 391c11891e..be9b690cd1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5124,7 +5124,7 @@ (define-public muparser
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.20")
+    (version "0.3.27")
     (source
      (origin
        (method git-fetch)
@@ -5134,7 +5134,7 @@ (define-public openblas
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+         "1id73v0maisr5c5x6snb9sbnq11mias5s3isv0d96687zi4cb82l"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-13  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09  6:02 [bug#71447] [PATCH] gnu: openblas: Update to 0.3.26 Andy Tai
2024-07-13  5:06 ` [bug#71447] [PATCH v2] gnu: openblas: Update to 0.3.27 Andy Tai

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.