python3Packages.dnspython: 2.0.0 -> 2.1.0
This commit is contained in:
parent
318ca1d70b
commit
7e80a1eb89
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dnspython";
|
||||
version = "2.0.0";
|
||||
version = "2.1.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7";
|
||||
sha256 = "e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4";
|
||||
};
|
||||
|
||||
# needs networking for some tests
|
||||
|
|
Loading…
Reference in a new issue