python3Packages.slepc4py: 3.24.2 -> 3.24.3

This commit is contained in:
R. Ryantm
2026-03-09 12:37:51 +00:00
parent 69ab65de15
commit f3ab0f83ed
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "slepc";
version = "3.24.2";
version = "3.24.3";
src = fetchFromGitLab {
owner = "slepc";
repo = "slepc";
tag = "v${finalAttrs.version}";
hash = "sha256-P6UjCvlXelEGp+ReNGbolcVIV9eQTmcOJDLjmJOZJeQ=";
hash = "sha256-eCCdADdhatarzordwPKpJPIQbFWYngMlJvMBoVcTOWk=";
};
postPatch = ''