python313Packages.dnspython: 2.7.0 -> 2.8.0

Changelog: https://github.com/rthalley/dnspython/blob/v2.8.0/doc/whatsnew.rst
This commit is contained in:
Fabian Affolter
2025-09-28 15:05:00 +02:00
parent e97b5b38d3
commit 310a634322
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "dnspython";
version = "2.7.0";
version = "2.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zpxDLtoNyRz2GKXO3xpOFCZRGWu80sgOie1akH5c+vE=";
hash = "sha256-GB08aZZFLLEYnEBGxhWZuEpahuCZVi/9530mmE/ybQ8=";
};
build-system = [ hatchling ];