python310Packages.pyroute2-core: 0.6.11 -> 0.6.12

This commit is contained in:
Fabian Affolter 2022-06-13 11:44:13 +02:00
parent 94cb803fab
commit 02bd9fccc3

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-core";
version = "0.6.11";
version = "0.6.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.core";
inherit version;
hash = "sha256-9Odxls1lje7pUCu0UkhfQIgbL2dOZQkiV1J/kgfgxGw=";
hash = "sha256-uzb8nlAOHNtNq205/sJPoJtvMoo7uCFfrRQas/rv8p8=";
};
# pyroute2 sub-modules have no tests