lol

python311Packages.dnspython: 2.4.1 -> 2.4.2

Changelog: https://github.com/rthalley/dnspython/blob/v2.4.2/doc/whatsnew.rst

+2 -2
+2 -2
pkgs/development/python-modules/dnspython/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "dnspython"; 23 - version = "2.4.1"; 23 + version = "2.4.2"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.7"; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - hash = "sha256-wzlxx5r1vpaLuJfpXCRI4RpkXuhNk7Jlzgt6q+Xf3Kg="; 30 + hash = "sha256-jc+ujHRgovhLQHLibxyfQQHKIMBxZJy3w06LapPViYQ="; 31 31 }; 32 32 33 33 nativeBuildInputs = [