mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
python3Packages.imageio: 2.22.4 -> 2.23.0
https://github.com/imageio/imageio/releases/tag/v2.23.0
This commit is contained in:
parent
b10a520017
commit
0c21d77735
@ -16,11 +16,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "imageio";
|
||||
version = "2.22.4";
|
||||
version = "2.23.0";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
sha256 = "sha256-D64Cet3wK8icc6VswVethFV/i4uEqhm0y3Bv78otiP8=";
|
||||
sha256 = "sha256-y2NXCXZeUnyUiQtPu2hw5ZIT/hgqHICG0WfrNiYHPL0=";
|
||||
inherit pname version;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user