diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2024-08-27 17:35:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-05 10:14:24 +0200 |
commit | b4a8f5d7841ae91261d8f94be50a199bd36d056c (patch) | |
tree | df85266968618598ff75039a189e17e3efe4465e | |
parent | 0852461c4ffce56754b62e200bdbfbd1cc20c982 (diff) | |
download | guix-b4a8f5d7841ae91261d8f94be50a199bd36d056c.tar guix-b4a8f5d7841ae91261d8f94be50a199bd36d056c.tar.gz |
gnu: slepc: Update to 3.21.1.
* gnu/packages/maths.scm (slepc): Update to 3.21.1.
Change-Id: Ib82754c351100de94b57c650a3688747bf706713
-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 4cddcdd285..533077b485 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3939,7 +3939,7 @@ integration of real-, complex-, and vector-valued functions.") (define-public slepc (package (name "slepc") - (version "3.16.1") + (version "3.21.1") (source (origin (method url-fetch) @@ -3947,7 +3947,7 @@ integration of real-, complex-, and vector-valued functions.") version ".tar.gz")) (sha256 (base32 - "1ysfm77s5fcissv3q0k5d65mlp93zi4anqg62q3cd25dn66sva5i")))) + "12kdgnw9lm5q6bq5wp27ygdp1bjdz3fhkb8m9ds83kn32l53zcxy")))) (build-system gnu-build-system) (native-inputs `(("python" ,python) |