3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.ddt: 1.4.2 -> 1.4.4

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:00 +02:00
parent b9998d3afd
commit b42da8c5d8

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "ddt";
version = "1.4.2";
version = "1.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZKZzZqJxXmNriGlMxgdcwC2ykvAQmLjjhTl8iU05U3g=";
sha256 = "8de39a69730442dc835e4d33f9d2e33043ff91151c8d18086959ee556febb9f8";
};
checkInputs = [ six pyyaml mock pytestCheckHook ];