python311Packages.dnspython 2.4.2 -> 2.6.1 https://repology.org/project/python:dnspython/versions attrpath: python311Packages.dnspython 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/mpnmpijhch7nb55lcll57w7ihz6yr9m0-packages.json.drv building '/nix/store/mpnmpijhch7nb55lcll57w7ihz6yr9m0-packages.json.drv'... Going to be running update for following packages: - python3.11-dnspython-2.4.2 Press Enter key to continue... Running update for: - python3.11-dnspython-2.4.2: UPDATING ... - python3.11-dnspython-2.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dnspython/default.nix b/pkgs/development/python-modules/dnspython/default.nix index 5bf9981170b1..20671e021ad1 100644 --- a/pkgs/development/python-modules/dnspython/default.nix +++ b/pkgs/development/python-modules/dnspython/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "dnspython"; - version = "2.4.2"; + version = "2.6.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-jc+ujHRgovhLQHLibxyfQQHKIMBxZJy3w06LapPViYQ="; + hash = "sha256-6PD5wjp7fLmd7WTmw6bz5wHXj1DFXgArg53qciXP98w="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.dnspython: 2.4.2 -> 2.6.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289916"