python312Packages.dnspython: 2.6.1 -> 2.7.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-10-07 20:04:08 +02:00
parent 4922549867
commit 8b30d996bf
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "dnspython";
version = "2.6.1";
version = "2.7.0";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-6PD5wjp7fLmd7WTmw6bz5wHXj1DFXgArg53qciXP98w=";
hash = "sha256-zpxDLtoNyRz2GKXO3xpOFCZRGWu80sgOie1akH5c+vE=";
};
nativeBuildInputs = [ hatchling ];