python3Packages.netifaces: 0.10.9 -> 0.11.0
This commit is contained in:
parent
efa51fac56
commit
1a1d56728f
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.10.9";
|
||||
version = "0.11.0";
|
||||
pname = "netifaces";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3";
|
||||
sha256 = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32";
|
||||
};
|
||||
|
||||
doCheck = false; # no tests implemented
|
||||
|
|
Loading…
Reference in a new issue