python311Packages.PyChromecast 0 -> 1 attrpath: python311Packages.PyChromecast 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/izyyifj611vavh2i1jd3b27mw78vi400-packages.json.drv building '/nix/store/izyyifj611vavh2i1jd3b27mw78vi400-packages.json.drv'... Going to be running update for following packages: - python3.11-pychromecast-13.1.0 Press Enter key to continue... Running update for: - python3.11-pychromecast-13.1.0: UPDATING ... - python3.11-pychromecast-13.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pychromecast/default.nix b/pkgs/development/python-modules/pychromecast/default.nix index 2abbe4a4e770..bfe7725b302f 100644 --- a/pkgs/development/python-modules/pychromecast/default.nix +++ b/pkgs/development/python-modules/pychromecast/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pychromecast"; - version = "13.1.0"; + version = "14.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PyChromecast"; inherit version; - hash = "sha256-COYai1S9IRnTyasewBNtPYVjqpfgo7V4QViLm+YMJnY="; + hash = "sha256-3E+LBS52CpeNqbJWi3kCDLea9gigJkZfB1RM/+Q5c88="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.pychromecast: 13.1.0 -> 14.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289097"