python311Packages.pyzmq 0 -> 1 attrpath: python311Packages.pyzmq 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/w6y0rpvgmy0p2hlgg3gghcqgb4f6hcjl-packages.json.drv building '/nix/store/w6y0rpvgmy0p2hlgg3gghcqgb4f6hcjl-packages.json.drv'... Going to be running update for following packages: - python3.11-pyzmq-25.1.1 Press Enter key to continue... Running update for: - python3.11-pyzmq-25.1.1: UPDATING ... - python3.11-pyzmq-25.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyzmq/default.nix b/pkgs/development/python-modules/pyzmq/default.nix index 442577fcc5e3..0493381718c1 100644 --- a/pkgs/development/python-modules/pyzmq/default.nix +++ b/pkgs/development/python-modules/pyzmq/default.nix @@ -23,14 +23,14 @@ buildPythonPackage rec { pname = "pyzmq"; - version = "25.1.1"; + version = "25.1.2"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-JZwiSFtxq6zfqL95cgzXvPS50SizDqVU8BrnH9v9qiM="; + hash = "sha256-k/GqMR6LuRLjTwBM8YZAek6Q7sTw7MDv0mBWv37aAiY="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.pyzmq: 25.1.1 -> 25.1.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281137"