Commit fff8ea83 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 11e7855a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@ in

buildPythonPackage rec {
  pname = "imageio";
  version = "2.37.1";
  version = "2.37.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "imageio";
    repo = "imageio";
    tag = "v${version}";
    hash = "sha256-eNS++8pD+m51IxRR23E98K0f3rwNez/UiByA+PSfUH8=";
    hash = "sha256-8wKTcmnep67zBMYgd6Gpr3wRCIrzYaqfytL1o7iBNAk=";
  };

  postPatch = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''