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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9rsidr19pabzyax34scwzicwv88cjgka-packages.json.drv building '/nix/store/9rsidr19pabzyax34scwzicwv88cjgka-packages.json.drv'... Going to be running update for following packages: - python3.10-pex-2.1.153 Press Enter key to continue... Running update for: - python3.10-pex-2.1.153: UPDATING ... - python3.10-pex-2.1.153: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pex/default.nix b/pkgs/development/python-modules/pex/default.nix index 9d067789b3ab..6bff3b6eaeb7 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.153"; + version = "2.1.154"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-idIhtaEjmX1FX2Kgaks3IjNZz76jCUdR/9w1Q1BHu4c="; + hash = "sha256-Qu8mpIQSVEhf3n3EbJvSGGSk8eqsFJ+S/liIeOdhjqM="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python3Packages.pex: 2.1.153 -> 2.1.154 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/274178"