Merge pull request #154262 from r-ryantm/auto-update/python3.10-dnslib

python310Packages.dnslib: 0.9.16 -> 0.9.18
This commit is contained in:
Fabian Affolter 2022-01-10 10:56:09 +01:00 committed by GitHub
commit f26376db62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dnslib";
version = "0.9.16";
version = "0.9.18";
src = fetchPypi {
inherit pname version;
sha256 = "2d66b43d563d60c469117c8cb615843e7d05bf8fb2e6cb00a637281d26b7ec7d";
sha256 = "71a60664e275b411e08d9807aaafd2ee897a872bed003d5c8fdf12f5818503da";
};
checkPhase = "VERSIONS=${python.interpreter} ./run_tests.sh";