Merge pull request #271627 from fabaff/pyroute2-bump

python311Packages.pyroute2: 0.7.9 -> 0.7.10
This commit is contained in:
Fabian Affolter
2023-12-06 21:36:03 +01:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.7.9";
version = "0.7.10";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tp2C8UCwd0MX17pA9sX6HXVQmLo/PrYZmC0W51DcYxo=";
hash = "sha256-zC+QqtFRfLCzAQQfZ4zI08NCfCblPxXHjJPGeSjYmgI=";
};
nativeBuildInputs = [