python311Packages.pyprusalink 0 -> 1 attrpath: python311Packages.pyprusalink 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/aza8k6gqc4hjcvjh9x7y85i4g2ls9my1-packages.json.drv building '/nix/store/aza8k6gqc4hjcvjh9x7y85i4g2ls9my1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyprusalink-2.0.1 Press Enter key to continue... Running update for: - python3.11-pyprusalink-2.0.1: UPDATING ... - python3.11-pyprusalink-2.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyprusalink/default.nix b/pkgs/development/python-modules/pyprusalink/default.nix index 0356f899594b..4450ef09ab2b 100644 --- a/pkgs/development/python-modules/pyprusalink/default.nix +++ b/pkgs/development/python-modules/pyprusalink/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyprusalink"; - version = "2.0.1"; + version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-wwH4LE8wi8eb7QwT7N1mNtVleoWscDEOu2vrXKDktwU="; + hash = "sha256-Opip696hXV1gqFC1cWfrSCkrsldl7M7XZAqUaVkDy7M="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , httpx , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pyprusalink"; version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-Opip696hXV1gqFC1cWfrSCkrsldl7M7XZAqUaVkDy7M="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ httpx ]; # Module doesn't have tests doCheck = false; pythonImportsCheck = [ "pyprusalink" ]; meta = with lib; { description = "Library to communicate with PrusaLink "; homepage = "https://github.com/home-assistant-libs/pyprusalink"; changelog = "https://github.com/home-assistant-libs/pyprusalink/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; }; }