python310Packages.qimage2ndarray: 1.8.3 -> 1.9.0

This commit is contained in:
R. Ryantm 2022-02-21 04:33:22 +00:00 committed by Jonathan Ringer
parent 8ccb9995cf
commit 0e0b02c1f7

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "qimage2ndarray";
version = "1.8.3";
version = "1.9.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "b02bd2dc7de774f954544312ec1020cf2d7e03fdd23ec9eb79901da55ccb3365";
sha256 = "sha256-p5B1xtDYRDxEIu6WmlQJ5E/QJUVxYEzOqHXGyV4/Veo=";
};
propagatedBuildInputs = [