python311Packages.home-assistant-chip-clusters 0 -> 1 attrpath: python311Packages.home-assistant-chip-clusters 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/qm05qdfjb9zc7cks1qbr95wqsfqib2bf-packages.json.drv building '/nix/store/qm05qdfjb9zc7cks1qbr95wqsfqib2bf-packages.json.drv'... Going to be running update for following packages: - python3.11-home-assistant-chip-clusters-2024.2.1 Press Enter key to continue... Running update for: - python3.11-home-assistant-chip-clusters-2024.2.1: UPDATING ... - python3.11-home-assistant-chip-clusters-2024.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix index 6ffdda58a6ce..969bc3a9533c 100644 --- a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "home-assistant-chip-clusters"; - version = "2024.2.1"; + version = "2024.2.2"; format = "wheel"; src = fetchPypi { @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "home_assistant_chip_clusters"; dist = "py3"; python = "py3"; - hash = "sha256-QMsfs9gUWeaz1LfMZF5J2OFVCPnuckZvvF9x5bQ5uZY="; + hash = "sha256-OWDOJfVQJSJFng5xAQqBNpqB0nXnYVCTq1MwyPtwfIM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2024.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , aenum , dacite }: buildPythonPackage rec { pname = "home-assistant-chip-clusters"; version = "2024.2.2"; format = "wheel"; src = fetchPypi { inherit format version; pname = "home_assistant_chip_clusters"; dist = "py3"; python = "py3"; hash = "sha256-OWDOJfVQJSJFng5xAQqBNpqB0nXnYVCTq1MwyPtwfIM="; }; propagatedBuildInputs = [ aenum dacite ]; pythonImportsCheck = [ "chip.clusters" "chip.clusters.ClusterObjects" "chip.tlv" ]; doCheck = false; # no tests meta = with lib; { description = "Python-base APIs and tools for CHIP"; homepage = "https://github.com/home-assistant-libs/chip-wheels"; changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}"; license = licenses.asl20; maintainers = teams.home-assistant.members; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; }; }