slepc: 3.24.1 -> 3.24.2

This commit is contained in:
R. Ryantm
2026-01-21 00:52:32 +00:00
parent 0fae44bd1d
commit a98d441e60
+2 -2
View File
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "slepc";
version = "3.24.1";
version = "3.24.2";
src = fetchFromGitLab {
owner = "slepc";
repo = "slepc";
tag = "v${finalAttrs.version}";
hash = "sha256-Eg0GLPM1AbgUl2/c2+F012LjZweuBNAWjY1WtlghjeY=";
hash = "sha256-P6UjCvlXelEGp+ReNGbolcVIV9eQTmcOJDLjmJOZJeQ=";
};
postPatch = ''