python3Packages.slepc4py: 3.24.2 -> 3.24.3 (#498229)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-09 17:35:14 +00:00
committed by GitHub
+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 = ''