Commit f3ab0f83 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.slepc4py: 3.24.2 -> 3.24.3

parent 69ab65de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''