lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #186171 from SuperSandro2000/python310Packages.ddt

python310Packages.ddt: 1.5.0 -> 1.6.0

authored by

Robert Scott and committed by
GitHub
498630a5 79661ba7

+2 -2
+2 -2
pkgs/development/python-modules/ddt/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "ddt"; 12 - version = "1.5.0"; 12 + version = "1.6.0"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-2q1rxfx2GeWqfu1sOU4Fv4KUYWChPl3y4m3hdsuvNH4="; 16 + sha256 = "sha256-9xs0hzG4x4wxAL/72VGnafvUOQiNH9uzhB7uAZr4Cs0="; 17 17 }; 18 18 19 19 propagatedBuildInputs = lib.optionals (!isPy3k) [