cookiecutter 2.1.1 -> 2.2.2 https://github.com/audreyr/cookiecutter/releases attrpath: cookiecutter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/cookiecutter/default.nix b/pkgs/development/python-modules/cookiecutter/default.nix index 8f764f4d5dd..8c046b5fd6e 100644 --- a/pkgs/development/python-modules/cookiecutter/default.nix +++ b/pkgs/development/python-modules/cookiecutter/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "cookiecutter"; - version = "2.1.1"; + version = "2.2.2"; # not sure why this is broken disabled = isPyPy; src = fetchPypi { inherit pname version; - hash = "sha256-85gr6NnFPawSYYZAE/3sf4Ov0uQu3m9t0GnF4UnFQNU="; + hash = "sha256-O0ddF1c6d4W0oi+raTviSYQOI1qSyTwPoIiznpGT8ZQ="; }; nativeCheckInputs = [ pytest pytest-cov pytest-mock freezegun ]; Python package with too many package rebuilds 46 > 25