python310Packages.pex 0 -> 1 attrpath: python310Packages.pex 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/5h8k332fczq97n27m3gq8lif8d3w6aby-packages.json.drv building '/nix/store/5h8k332fczq97n27m3gq8lif8d3w6aby-packages.json.drv'... Going to be running update for following packages: - python3.10-pex-2.1.117 Press Enter key to continue... Running update for: - python3.10-pex-2.1.117: UPDATING ... - python3.10-pex-2.1.117: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pex/default.nix b/pkgs/development/python-modules/pex/default.nix index b42bb5e4e40..b801460ef89 100644 --- a/pkgs/development/python-modules/pex/default.nix +++ b/pkgs/development/python-modules/pex/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "pex"; - version = "2.1.117"; + version = "2.1.120"; format = "flit"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Q1dz/xEQuJOrelDAB3YhISK6HPsqBQXGAx7Qgpqq+6w="; + hash = "sha256-1YMvuBZqiY9dNNCMy7h1vTN3+zsyiEJf9qL0c7gXQ0s="; }; nativeBuildInputs = [ An auto update branch exists with message `python310Packages.pex: 2.1.117 -> 2.1.119`. New version is 2.1.120. The auto update branch does not match or exceed the new version. Old version 2.1.117" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pythonOlder }: buildPythonPackage rec { pname = "pex"; version = "2.1.119"; format = "flit"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-QughY8G0Z9/371tlG0VMUqeKW/Nndv9mMbR1AIBlmTA="; }; nativeBuildInputs = [ flit-core ]; # A few more dependencies I don't want to handle right now... doCheck = false; pythonImportsCheck = [ "pex" ]; meta = with lib; { description = "Python library and tool for generating .pex (Python EXecutable) files"; homepage = "https://github.com/pantsbuild/pex"; changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ copumpkin ]; }; }