python310Packages.pyroute2-core: 0.6.9 -> 0.6.10

This commit is contained in:
Fabian Affolter
2022-06-06 14:52:44 +02:00
committed by Florian Brandes
parent 688f542228
commit 1fa606080e

View File

@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-core";
version = "0.6.9";
version = "0.6.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.core";
inherit version;
hash = "sha256-lH0Mi2nR4jqawvpvVfn79U0AflxE8lU1VLKvqAEXDOo=";
hash = "sha256-hwI7sSaR0938VeCShzZ39b2CAU5SJLqui8Ri3CGXPwk=";
};
# pyroute2 sub-modules have no tests