cookiecutter 0 -> 1 attrpath: cookiecutter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vxv48qlahn2b1ysgz5q5v2w8njw4nvi4-packages.json.drv building '/nix/store/vxv48qlahn2b1ysgz5q5v2w8njw4nvi4-packages.json.drv'... Going to be running update for following packages: - cookiecutter-2.5.0 Press Enter key to continue... Running update for: - cookiecutter-2.5.0: UPDATING ... - cookiecutter-2.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cookiecutter/default.nix b/pkgs/development/python-modules/cookiecutter/default.nix index 35e14b394e2e..a8c3dc3cb78f 100644 --- a/pkgs/development/python-modules/cookiecutter/default.nix +++ b/pkgs/development/python-modules/cookiecutter/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "cookiecutter"; - version = "2.5.0"; + version = "2.6.0"; pyproject = true; # not sure why this is broken @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-5h6QNHSOP0G4vSwR8A0DB4S0hxHE1cQjY8UJiaZTMew="; + hash = "sha256-2yH4Fp6k9P3CQI1IykSFk0neJkf75JSp1sPt/AVCwhw="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.5.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, isPyPy , setuptools , pytest, pytest-cov, pytest-mock, freezegun, safety, pre-commit , jinja2, binaryornot, click, jinja2-time, requests , python-slugify , pyyaml , arrow , rich }: buildPythonPackage rec { pname = "cookiecutter"; version = "2.6.0"; pyproject = true; # not sure why this is broken disabled = isPyPy; src = fetchPypi { inherit pname version; hash = "sha256-2yH4Fp6k9P3CQI1IykSFk0neJkf75JSp1sPt/AVCwhw="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytest pytest-cov pytest-mock freezegun safety pre-commit ]; propagatedBuildInputs = [ binaryornot jinja2 click pyyaml jinja2-time python-slugify requests arrow rich ]; # requires network access for cloning git repos doCheck = false; checkPhase = '' pytest ''; meta = with lib; { homepage = "https://github.com/audreyr/cookiecutter"; description = "A command-line utility that creates projects from project templates"; license = licenses.bsd3; maintainers = with maintainers; [ kragniz ]; }; }