python: dnspython: 1.16.0 -> 2.0.0
This commit is contained in:
parent
22e9f3ac3a
commit
a7b5b18ab9
@ -2,12 +2,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dnspython";
|
||||
version = "1.16.0";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01";
|
||||
sha256 = "044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7";
|
||||
};
|
||||
|
||||
# needs networking for some tests
|
||||
|
Loading…
Reference in New Issue
Block a user