python310Packages.pyroute2: 0.6.9 -> 0.6.10

This commit is contained in:
Fabian Affolter
2022-06-06 14:53:23 +02:00
committed by Florian Brandes
parent 1a6da7e785
commit 07ac2a8308

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.6.9";
version = "0.6.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PRxNGnH7VpyrV49V9xNO8C1I6LMYK05+ZrKndWKO2vs=";
hash = "sha256-Vj7W3/yQPYIUFEdvNv3AS9OqddqtISRbcmWUJxc5JiI=";
};
propagatedBuildInputs = [