python310Packages.blinker 0 -> 1 attrpath: python310Packages.blinker 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/7d7w0z4ink72ynn5val2jjw0ddk6zw9i-packages.json.drv building '/nix/store/7d7w0z4ink72ynn5val2jjw0ddk6zw9i-packages.json.drv'... Going to be running update for following packages: - python3.10-blinker-1.6.2 Press Enter key to continue... Running update for: - python3.10-blinker-1.6.2: UPDATING ... - python3.10-blinker-1.6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blinker/default.nix b/pkgs/development/python-modules/blinker/default.nix index 9864bbae3c61..c89f075d7383 100644 --- a/pkgs/development/python-modules/blinker/default.nix +++ b/pkgs/development/python-modules/blinker/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "blinker"; - version = "1.6.2"; + version = "1.7.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Sv095m7zqfgGdVn7ehy+VVwX3L4VlxsF0bYlw+er4hM="; + hash = "sha256-5oIP9vpOTR2OJ0fCKDdJw/VH5P7hErmFVc3NrjKZYYI="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.6.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , flit-core # tests , pytestCheckHook , pytest-asyncio }: buildPythonPackage rec { pname = "blinker"; version = "1.7.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-5oIP9vpOTR2OJ0fCKDdJw/VH5P7hErmFVc3NrjKZYYI="; }; nativeBuildInputs = [ flit-core ]; pythonImportsCheck = [ "blinker" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/pallets-eco/blinker/releases/tag/${version}"; description = "Fast Python in-process signal/event dispatching system"; homepage = "https://github.com/pallets-eco/blinker/"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }