diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-27 11:42:54 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-29 20:40:33 +0100 |
| commit | a41a0ee1abd7bb3cda1024bac6edd1ed3bd4d7fb (patch) | |
| tree | 2b4152e8737906839182b7f7fa0c957e05f9a808 /gnu/packages | |
| parent | 546bf3de63916b2c5188c2963e1af33dc456264e (diff) | |
gnu: slepc: Update to 3.24.0.
* gnu/packages/maths.scm (slepc): Update to 3.24.0.
Change-Id: I7924a3e1248c8c056f0978784f67f2723437d1f9
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 270bea36828..8991f3327f0 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) |
