python: dnspython: 1.15.0 -> 1.16.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:14 +01:00
parent d3e8281441
commit 99b5005e59

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "dnspython";
version = "1.15.0";
version = "1.16.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0z5d9vwf211v54bybrhm3qpxclys4dfdfsp7lk2hvf57yzhn7xa0";
sha256 = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01";
};
# needs networking for some tests