python3Packages.pyroute2-core: 0.6.8 -> 0.6.9
This commit is contained in:
parent
f5134375d1
commit
4bbef818cc
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyroute2-core";
|
pname = "pyroute2-core";
|
||||||
version = "0.6.8";
|
version = "0.6.9";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pyroute2.core";
|
pname = "pyroute2.core";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-gkvr1FgFWI1eurjbuUYhYj0D4eZTIBsDMRXSWrKiCP4=";
|
hash = "sha256-lH0Mi2nR4jqawvpvVfn79U0AflxE8lU1VLKvqAEXDOo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# pyroute2 sub-modules have no tests
|
# pyroute2 sub-modules have no tests
|
||||||
|
|
Loading…
Reference in a new issue