cookiecutter: 1.7.2 -> 1.7.3

This commit is contained in:
R. RyanTM 2021-05-16 02:00:16 +00:00 committed by Jonathan Ringer
parent 275b41e4d6
commit 0f26006423

View file

@ -5,14 +5,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cookiecutter"; pname = "cookiecutter";
version = "1.7.2"; version = "1.7.3";
# not sure why this is broken # not sure why this is broken
disabled = isPyPy; disabled = isPyPy;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "efb6b2d4780feda8908a873e38f0e61778c23f6a2ea58215723bcceb5b515dac"; sha256 = "sha256-a5pNcoguJDvgd6c5fQ8fdv5mzz35HzEV27UzDiFPpFc=";
}; };
checkInputs = [ pytest pytestcov pytest-mock freezegun ]; checkInputs = [ pytest pytestcov pytest-mock freezegun ];