python310Packages.path 0 -> 1 attrpath: python310Packages.path 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gdjcadbz6mhf7zy36zlsmswyhqqk1c1x-packages.json.drv building '/nix/store/gdjcadbz6mhf7zy36zlsmswyhqqk1c1x-packages.json.drv'... Going to be running update for following packages: - python3.10-path-16.4.0 Press Enter key to continue... Running update for: - python3.10-path-16.4.0: UPDATING ... - python3.10-path-16.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/path/default.nix b/pkgs/development/python-modules/path/default.nix index a22aa64e8b1..0f8a96be94e 100644 --- a/pkgs/development/python-modules/path/default.nix +++ b/pkgs/development/python-modules/path/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "path"; - version = "16.4.0"; + version = "16.6.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-uvLnV8Sxm+ggj55n5I+0dbSld9VhNZDORmk7298IL1I="; + hash = "sha256-vqOBbh1U9OM6rHjSAxoLDtL5XmnbhbRdUfF9+XBx2mk="; }; nativeBuildInputs = [ No auto update branch exists Old version 16.4.0" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi # build time , setuptools-scm # tests , pytestCheckHook , appdirs , packaging }: buildPythonPackage rec { pname = "path"; version = "16.6.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-vqOBbh1U9OM6rHjSAxoLDtL5XmnbhbRdUfF9+XBx2mk="; }; nativeBuildInputs = [ setuptools-scm ]; checkInputs = [ pytestCheckHook ]; disabledTests = [ # creates a file, checks when it was last accessed/modified # AssertionError: assert 1650036414.0 == 1650036414.960688 "test_utime" ]; pythonImportsCheck = [ "path" ]; meta = with lib; { description = "Object-oriented file system path manipulation"; homepage = "https://github.com/jaraco/path"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }