From 5e97894c45241708723523250d7ef955873b9f26 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 9 May 2020 12:01:45 +0200 Subject: python3Packages.cookiecutter: 1.7.0 -> 1.7.2 --- pkgs/development/python-modules/cookiecutter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/cookiecutter') diff --git a/pkgs/development/python-modules/cookiecutter/default.nix b/pkgs/development/python-modules/cookiecutter/default.nix index c11ee6798a3..34c21372aee 100644 --- a/pkgs/development/python-modules/cookiecutter/default.nix +++ b/pkgs/development/python-modules/cookiecutter/default.nix @@ -4,14 +4,14 @@ buildPythonPackage rec { pname = "cookiecutter"; - version = "1.7.0"; + version = "1.7.2"; # not sure why this is broken disabled = isPyPy; src = fetchPypi { inherit pname version; - sha256 = "1bh4vf45q9nanmgwnw7m0gxirndih9yyz5s0y2xbnlbcqbhrg6a7"; + sha256 = "efb6b2d4780feda8908a873e38f0e61778c23f6a2ea58215723bcceb5b515dac"; }; checkInputs = [ pytest pytestcov pytest-mock freezegun ]; -- cgit 1.4.1