python310Packages.pyskyqremote 0 -> 1 attrpath: python310Packages.pyskyqremote 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/g23nx83bxxsqnv4zm20sbc2qzcakm1hj-packages.json.drv building '/nix/store/g23nx83bxxsqnv4zm20sbc2qzcakm1hj-packages.json.drv'... Going to be running update for following packages: - python3.10-pyskyqremote-0.3.23 Press Enter key to continue... Running update for: - python3.10-pyskyqremote-0.3.23: UPDATING ... - python3.10-pyskyqremote-0.3.23: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyskyqremote/default.nix b/pkgs/development/python-modules/pyskyqremote/default.nix index b2b030e995c..b8adb278d57 100644 --- a/pkgs/development/python-modules/pyskyqremote/default.nix +++ b/pkgs/development/python-modules/pyskyqremote/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pyskyqremote"; - version = "0.3.23"; + version = "0.3.24"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "RogerSelwyn"; repo = "skyq_remote"; rev = "refs/tags/${version}"; - hash = "sha256-mzXgoZ+wXSL/fkjaXg7td+/49dW6We8UDZZURZqjy5M="; + hash = "sha256-XKfxjxSQUjSFQNt4LgOIXOE3M2oyVfsb68z35a1B3DY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.3.23" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , requests , websocket-client , xmltodict }: buildPythonPackage rec { pname = "pyskyqremote"; version = "0.3.24"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "RogerSelwyn"; repo = "skyq_remote"; rev = "refs/tags/${version}"; hash = "sha256-XKfxjxSQUjSFQNt4LgOIXOE3M2oyVfsb68z35a1B3DY="; }; propagatedBuildInputs = [ requests websocket-client xmltodict ]; # Project has no tests, only a test script which looks like anusage example doCheck = false; pythonImportsCheck = [ "pyskyqremote" ]; meta = with lib; { description = "Python module for accessing SkyQ boxes"; homepage = "https://github.com/RogerSelwyn/skyq_remote"; changelog = "https://github.com/RogerSelwyn/skyq_remote/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }