Merge pull request #198354 from r-ryantm/auto-update/python310Packages.dnslib

python310Packages.dnslib: 0.9.22 -> 0.9.23
This commit is contained in:
Pierre Bourdon 2022-10-29 00:39:32 +02:00 committed by GitHub
commit 8b3e548ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "dnslib";
version = "0.9.22";
version = "0.9.23";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EK/JT2pfHLiziCTgQuJeVBTh+q7f05s0iujZdyKSGoY=";
hash = "sha256-MQGW0+OM4gUbYe670vHQj8yTT6M2DyIDGGTRbv6Lync=";
};
checkPhase = ''