python310Packages.zha-quirks 0 -> 1 attrpath: python310Packages.zha-quirks 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3xw866b4iwjniypa784yb2na07r96fy-packages.json.drv building '/nix/store/m3xw866b4iwjniypa784yb2na07r96fy-packages.json.drv'... Going to be running update for following packages: - python3.10-zha-quirks-0.0.92 Press Enter key to continue... Running update for: - python3.10-zha-quirks-0.0.92: UPDATING ... - python3.10-zha-quirks-0.0.92: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zha-quirks/default.nix b/pkgs/development/python-modules/zha-quirks/default.nix index ce35780dfcb..d3353df4de3 100644 --- a/pkgs/development/python-modules/zha-quirks/default.nix +++ b/pkgs/development/python-modules/zha-quirks/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "zha-quirks"; - version = "0.0.92"; + version = "0.0.93"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "zha-device-handlers"; rev = "refs/tags/${version}"; - hash = "sha256-WKuME0OVNdNGv0nG40ctG2UAOmDXTkIr6mIh3+JE/uo="; + hash = "sha256-ilPwzQV4vucLV3QAR/otsVIDIxRw8iWPGXM8CvgtFxg="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.0.92" not present in master derivation file with contents: { lib , aiohttp , asynctest , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , zigpy }: buildPythonPackage rec { pname = "zha-quirks"; version = "0.0.93"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "zigpy"; repo = "zha-device-handlers"; rev = "refs/tags/${version}"; hash = "sha256-ilPwzQV4vucLV3QAR/otsVIDIxRw8iWPGXM8CvgtFxg="; }; propagatedBuildInputs = [ aiohttp zigpy ]; nativeCheckInputs = [ asynctest pytestCheckHook ]; pythonImportsCheck = [ "zhaquirks" ]; meta = with lib; { description = "ZHA Device Handlers are custom quirks implementations for Zigpy"; homepage = "https://github.com/dmulcahey/zha-device-handlers"; changelog = "https://github.com/zigpy/zha-device-handlers/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; }; }