This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 9ec5acb42b gnu: openlibm: Update to 0.8.7.
9ec5acb42b is described below

commit 9ec5acb42b679ffbc14633eaf59dd13eda29821d
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 5 12:48:12 2025 +0200

    gnu: openlibm: Update to 0.8.7.
    
    * gnu/packages/maths.scm (openlibm): Update to 0.8.7.
    
    Change-Id: Ia97cc19b3b9acad7d212ad978365e563699da99b
---
 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 be3dabf707..3484b3275c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6180,7 +6180,7 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
 (define-public openlibm
   (package
     (name "openlibm")
-    (version "0.8.1")
+    (version "0.8.7")
     (source
      (origin
        (method git-fetch)
@@ -6189,7 +6189,7 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xsrcr49z0wdqpwd98jmw2xh18myzsa9xman0kp1h2i89x8mic5b"))))
+        (base32 "0lgylmspyhsndfxzya9bymyz7vnah3197jylr497jgbm4b62q8bx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

Reply via email to