Merge pull request #164297 from gador/update-dnspython-2.2.1

python3Packages.dnspython: 2.2.0 -> 2.2.1
This commit is contained in:
ajs124
2022-04-09 17:03:58 +01:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "dnspython";
version = "2.2.0";
version = "2.2.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
sha256 = "1mi6l2n766y1gic3x1swp2jk2nr7wbkb191qinwhddnh6bh534z7";
sha256 = "0gk00m8zxjghxnzafhars51k5ahd6wfhf123nrc1j5gzlsj6jx8g";
};
checkInputs = [