python3Packages.slepc4py: 3.23.0 -> 3.23.1

This commit is contained in:
R. Ryantm
2025-05-11 07:39:01 +00:00
parent 88cb04966c
commit 02df051ff0
+2 -2
View File
@@ -16,13 +16,13 @@ assert petsc.mpiSupport;
assert pythonSupport -> petsc.pythonSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "slepc";
version = "3.23.0";
version = "3.23.1";
src = fetchFromGitLab {
owner = "slepc";
repo = "slepc";
tag = "v${finalAttrs.version}";
hash = "sha256-Z9CVZQ/Ezb1S2EkTb9amAPxaN4tiUnKrbvQIc3BnVuU=";
hash = "sha256-K38/QH4AG8/SksrRLc+jIs1WO8FKFFTNkuHFbBER/tg=";
};
postPatch = ''