python311Packages.aiodns 0 -> 1 attrpath: python311Packages.aiodns 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/zrhx63yhgs9rnhaqhg7sddnxd76165cq-packages.json.drv building '/nix/store/zrhx63yhgs9rnhaqhg7sddnxd76165cq-packages.json.drv'... Going to be running update for following packages: - python3.11-aiodns-3.1.1 Press Enter key to continue... Running update for: - python3.11-aiodns-3.1.1: UPDATING ... - python3.11-aiodns-3.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiodns/default.nix b/pkgs/development/python-modules/aiodns/default.nix index 1da999978b58..7d933350a586 100644 --- a/pkgs/development/python-modules/aiodns/default.nix +++ b/pkgs/development/python-modules/aiodns/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aiodns"; - version = "3.1.1"; + version = "3.2.0"; pyproject = true; disabled = pythonOlder "3.6"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "saghul"; repo = "aiodns"; rev = "refs/tags/v${version}"; - sha256 = "sha256-JZS53kICsrXDot3CKjG30AOjkYycKpMJvC9yS3c1v5Q="; + sha256 = "sha256-aXae9/x0HVp4KqydCf5/+p5PlSKUQ5cE3iVeD08rtf0="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.1.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, pycares, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "aiodns"; version = "3.2.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "saghul"; repo = "aiodns"; rev = "refs/tags/v${version}"; hash = "sha256-aXae9/x0HVp4KqydCf5/+p5PlSKUQ5cE3iVeD08rtf0="; }; build-system = [ setuptools ]; dependencies = [ pycares ]; # Could not contact DNS servers doCheck = false; pythonImportsCheck = [ "aiodns" ]; meta = with lib; { description = "Simple DNS resolver for asyncio"; homepage = "https://github.com/saghul/aiodns"; changelog = "https://github.com/saghul/aiodns/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }