guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a41a0ee1abd7bb3cda1024bac6edd1ed3bd4d7fb
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Oct 27 11:42:54 2025 +0100
gnu: slepc: Update to 3.24.0.
* gnu/packages/maths.scm (slepc): Update to 3.24.0.
Change-Id: I7924a3e1248c8c056f0978784f67f2723437d1f9
---
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 270bea3682..8991f3327f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4792,7 +4792,7 @@ integration of real-, complex-, and vector-valued
functions.")
(define-public slepc
(package
(name "slepc")
- (version "3.21.1")
+ (version "3.24.0")
(source
(origin
(method url-fetch)
@@ -4800,7 +4800,7 @@ integration of real-, complex-, and vector-valued
functions.")
version ".tar.gz"))
(sha256
(base32
- "12kdgnw9lm5q6bq5wp27ygdp1bjdz3fhkb8m9ds83kn32l53zcxy"))))
+ "1sdl9hv34pckwkxjq2spiyc6k5czd9y4m852k338l4x9ib4i8bbf"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python)