python310Packages.ddt: 1.5.0 -> 1.6.0

This commit is contained in:
Sandro Jäckel 2022-08-11 23:43:45 +02:00
parent 205b8c9ea1
commit 619489a2b9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "ddt";
version = "1.5.0";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-2q1rxfx2GeWqfu1sOU4Fv4KUYWChPl3y4m3hdsuvNH4=";
sha256 = "sha256-9xs0hzG4x4wxAL/72VGnafvUOQiNH9uzhB7uAZr4Cs0=";
};
propagatedBuildInputs = lib.optionals (!isPy3k) [