Merge pull request #212643 from Luflosi/update/python3Packages.imageio
python3Packages.imageio: 2.24.0 -> 2.25.0
This commit is contained in:
commit
1426c893de
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "imageio";
|
||||
version = "2.24.0";
|
||||
version = "2.25.0";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
sha256 = "sha256-8kD4Ip9PMpoVRigRlLUtpdZpQUGlJGaP7T+BsNB3gvo=";
|
||||
sha256 = "sha256-uAeWofjDjGl6lAoq1zl+4okA1cTlEGG5pn0WrKhn8z4=";
|
||||
inherit pname version;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue