guix_mirror_bot pushed a commit to branch hpc-team
in repository guix.

commit d4713be6ea33ed79680203d243ba678fa1ce0563
Author: Romain GARBAGE <[email protected]>
AuthorDate: Tue Jan 20 16:56:48 2026 +0100

    maths: openblas: Update to 0.3.31.
    
    * gnu/packages/maths.scm (openblas): Update to 0.3.31.
    
    Change-Id: If22b461cf8977c4f33704de37225852d3382c662
---
 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 c3c7213cb8..9859c5e113 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6072,7 +6072,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.30")
+    (version "0.3.31")
     (source
      (origin
        (method git-fetch)
@@ -6082,7 +6082,7 @@ parts of it.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08crjjs7avnkk7l226pghhz68mw9ak62xcghc9hdpshbflwzd0vy"))))
+         "1ifbbk4mg4ykm92i9b09wwbcwpyzlfzn8lhds8f3p7cbcga7q530"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to