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/112by96n8495xlar67lrqghz253f1k1i-packages.json.drv building '/nix/store/112by96n8495xlar67lrqghz253f1k1i-packages.json.drv'... Going to be running update for following packages: - python3.10-pex-2.1.119 Press Enter key to continue... Running update for: - python3.10-pex-2.1.119: UPDATING ... - python3.10-pex-2.1.119: 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 314d3fdfb0e..70710a47ac5 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.119"; + version = "2.1.126"; format = "flit"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-QughY8G0Z9/371tlG0VMUqeKW/Nndv9mMbR1AIBlmTA="; + hash = "sha256-P81s+ZOBXyoq0dgm6hlONbyjyC9IX5iG6eaB5ABWaxU="; }; nativeBuildInputs = [ An auto update branch exists with message `python310Packages.pex: 2.1.119 -> 2.1.124`. New version is 2.1.126. The auto update branch does not match or exceed the new version. Old version 2.1.119" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pythonOlder }: buildPythonPackage rec { pname = "pex"; version = "2.1.123"; format = "flit"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-XPjHql8hrgxmJuD/whe/+wUuAd7zj/db9zkJX9eEKIo="; }; 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 ]; }; }