python311Packages.pytedee-async 0 -> 1 attrpath: python311Packages.pytedee-async 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/8qmc9bjkhb13615jy8wdzqqdmpmnfypr-packages.json.drv building '/nix/store/8qmc9bjkhb13615jy8wdzqqdmpmnfypr-packages.json.drv'... Going to be running update for following packages: - python3.11-pytedee-async-0.2.12 Press Enter key to continue... Running update for: - python3.11-pytedee-async-0.2.12: UPDATING ... - python3.11-pytedee-async-0.2.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytedee-async/default.nix b/pkgs/development/python-modules/pytedee-async/default.nix index 6269df577501..f4ce2c7bcd89 100644 --- a/pkgs/development/python-modules/pytedee-async/default.nix +++ b/pkgs/development/python-modules/pytedee-async/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pytedee-async"; - version = "0.2.12"; + version = "0.2.13"; pyproject = true; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "zweckj"; repo = "pytedee_async"; rev = "refs/tags/v${version}"; - hash = "sha256-eepN5Urr9fp1780iy3Z4sot+hXvMCxMGodYBdRdDj9Y="; + hash = "sha256-3W+eqkniDMoDKeute5w1QyklOc/aren/Q8txBEI/4ys="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.2.12" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , setuptools , pythonOlder , aiohttp }: buildPythonPackage rec { pname = "pytedee-async"; version = "0.2.13"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "zweckj"; repo = "pytedee_async"; rev = "refs/tags/v${version}"; hash = "sha256-3W+eqkniDMoDKeute5w1QyklOc/aren/Q8txBEI/4ys="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp ]; pythonImportsCheck = [ "pytedee_async" ]; # Module has no tests doCheck = false; meta = with lib; { description = "Module to interact with Tedee locks"; homepage = "https://github.com/zweckj/pytedee_async"; changelog = "https://github.com/zweckj/pytedee_async/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }