Gaetan Lepage 2024-04-22 07:39:25 +02:00
parent 72bc2ea5d1
commit 659817a532
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "imageio";
version = "2.34.0";
version = "2.34.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "imageio";
repo = "imageio";
rev = "refs/tags/v${version}";
hash = "sha256-+I5KmKSLi8ARbDH06em71LWhmqziAaDfaBp4hU67/jg=";
hash = "sha256-/VZUifiz8iImq+JLvckFDr7YMIqu0Xro2t3GFj0obg0=";
};
patches = lib.optionals (!stdenv.isDarwin) [
@ -50,11 +50,11 @@ buildPythonPackage rec {
})
];
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
numpy
pillow
];