guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 520dc14d0240e8c3b6baa59f3c808d4f99f5b437
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Oct 27 11:30:34 2025 +0100

    gnu: petsc: Update to 3.24.0.
    
    * gnu/packages/maths.scm (petsc): Update to 3.24.0.
    
    Change-Id: Ibf05808578d2c7f50c3949458945ca93725653ec
---
 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 d31b9412aa..227aa76cc6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3887,7 +3887,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.21.4")
+    (version "3.24.0")
     (source
      (origin
       (method url-fetch)
@@ -3895,7 +3895,7 @@ September 2004}")
       (uri (string-append 
"https://web.cels.anl.gov/projects/petsc/download/release-snapshots/";
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "1394ybnchawb2kghx4xk36gw26930aa73lxyw96diiqp8rnhgbm9"))))
+       (base32 "10q9bnf7j6nr3fn9x7b8l0c3hqa9mhmsk1j5sdyshg5f1kc6746c"))))
     (outputs '("out"                    ; libraries and headers
                "examples"))             ; ~30MiB of examples
     (build-system gnu-build-system)

Reply via email to