python310Packages.pytibber 0 -> 1 attrpath: python310Packages.pytibber 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/4q1kg79n5ih9lb4ayfqz2p8z6kyp204l-packages.json.drv building '/nix/store/4q1kg79n5ih9lb4ayfqz2p8z6kyp204l-packages.json.drv'... Going to be running update for following packages: - python3.10-pytibber-0.26.8 Press Enter key to continue... Running update for: - python3.10-pytibber-0.26.8: UPDATING ... - python3.10-pytibber-0.26.8: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytibber/default.nix b/pkgs/development/python-modules/pytibber/default.nix index ffcdbf5675b..17d547ca994 100644 --- a/pkgs/development/python-modules/pytibber/default.nix +++ b/pkgs/development/python-modules/pytibber/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pytibber"; - version = "0.26.8"; + version = "0.26.9"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pyTibber"; rev = "refs/tags/${version}"; - hash = "sha256-q3mlAlcetg01vHxxSIZjyDPxAqUWcdyzK4qsVmQAreA="; + hash = "sha256-Gq1UPiNjNT6eoOqitY+HOg56ouCzPtz+8xaXHMwuZf8="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.26.8" not present in master derivation file with contents: { lib , aiohttp , async-timeout , buildPythonPackage , fetchFromGitHub , gql , graphql-subscription-manager , pytest-asyncio , pytestCheckHook , python-dateutil , pythonOlder , pytz }: buildPythonPackage rec { pname = "pytibber"; version = "0.26.9"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pyTibber"; rev = "refs/tags/${version}"; hash = "sha256-Gq1UPiNjNT6eoOqitY+HOg56ouCzPtz+8xaXHMwuZf8="; }; propagatedBuildInputs = [ aiohttp async-timeout gql graphql-subscription-manager python-dateutil ] ++ gql.optional-dependencies.websockets; checkInputs = [ pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ "test/test.py" ]; # Tests access network doCheck = false; pythonImportsCheck = [ "tibber" ]; meta = with lib; { description = "Python library to communicate with Tibber"; homepage = "https://github.com/Danielhiversen/pyTibber"; changelog = "https://github.com/Danielhiversen/pyTibber/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; }