cookiecutter 2.1.1 -> 2.2.3 https://repology.org/project/cookiecutter/versions 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..7f82fbba515 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.3"; # not sure why this is broken disabled = isPyPy; src = fetchPypi { inherit pname version; - hash = "sha256-85gr6NnFPawSYYZAE/3sf4Ov0uQu3m9t0GnF4UnFQNU="; + hash = "sha256-1W8YwMAcCYBEULUBrEPo9hBM+nzdk2EDWcaLG6n9hNI="; }; nativeCheckInputs = [ pytest pytest-cov pytest-mock freezegun ]; Python package with too many package rebuilds 51 > 25