python311Packages.dnspython: 2.4.1 -> 2.4.2

Changelog: https://github.com/rthalley/dnspython/blob/v2.4.2/doc/whatsnew.rst
This commit is contained in:
Fabian Affolter 2023-08-18 07:36:01 +00:00
parent 9d322b896d
commit ecee8ebfb8

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "dnspython";
version = "2.4.1";
version = "2.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wzlxx5r1vpaLuJfpXCRI4RpkXuhNk7Jlzgt6q+Xf3Kg=";
hash = "sha256-jc+ujHRgovhLQHLibxyfQQHKIMBxZJy3w06LapPViYQ=";
};
nativeBuildInputs = [