slepc: 3.23.2 -> 3.23.3

This commit is contained in:
R. Ryantm
2025-09-09 00:32:03 +00:00
parent 90a49d004a
commit a5568b2a1d
+2 -2
View File
@@ -15,13 +15,13 @@ assert petsc.mpiSupport;
assert pythonSupport -> petsc.pythonSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "slepc";
version = "3.23.2";
version = "3.23.3";
src = fetchFromGitLab {
owner = "slepc";
repo = "slepc";
tag = "v${finalAttrs.version}";
hash = "sha256-nRY8ARc31Q2Qi8Tf7921vBf5nPpI4evSjmpTYUTUigQ=";
hash = "sha256-j0sUJet4eViFxOR0XOAxNSprnL+kN4OW1npGihT0Q4Y=";
};
postPatch = ''