python3Packages.slepc4py: 3.23.1 -> 3.23.2

This commit is contained in:
R. Ryantm
2025-07-01 07:27:04 +00:00
parent e1db604e23
commit 2828cacf28
+2 -2
View File
@@ -16,13 +16,13 @@ assert petsc.mpiSupport;
assert pythonSupport -> petsc.pythonSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "slepc";
version = "3.23.1";
version = "3.23.2";
src = fetchFromGitLab {
owner = "slepc";
repo = "slepc";
tag = "v${finalAttrs.version}";
hash = "sha256-K38/QH4AG8/SksrRLc+jIs1WO8FKFFTNkuHFbBER/tg=";
hash = "sha256-nRY8ARc31Q2Qi8Tf7921vBf5nPpI4evSjmpTYUTUigQ=";
};
postPatch = ''