python3Packages.imageio: 2.22.0 -> 2.22.1
https://github.com/imageio/imageio/releases/tag/v2.22.1
This commit is contained in:
parent
5f53dac66a
commit
7548a378a9
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
, substituteAll
|
||||
, imageio-ffmpeg
|
||||
|
@ -16,11 +16,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "imageio";
|
||||
version = "2.22.0";
|
||||
disabled = isPy27;
|
||||
version = "2.22.1";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
sha256 = "sha256-ozLRJ+w4ey09ypZ/0GWpDxwaS6I0NXCwP+LOu27QZOo=";
|
||||
sha256 = "sha256-Rl7DX5GdU4kG0wI7Yczsdm2OdXX+Vfy9dmns5Vr7l8o=";
|
||||
inherit pname version;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue