python313Packages.pyroute2: 0.9.4 -> 0.9.5

Diff: https://github.com/svinota/pyroute2/compare/0.9.4...0.9.5

Changelog: https://github.com/svinota/pyroute2/blob/0.9.5/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2025-12-01 20:34:10 +01:00
parent 9d5cd38577
commit d5efade518
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.9.4";
version = "0.9.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "svinota";
repo = "pyroute2";
tag = version;
hash = "sha256-D603ZrLbc/6REx6X0bMvZzeyo0fgTsFL7J+iRTiQLgQ=";
hash = "sha256-KPXDXRQWonuTyy1SsvgO7jXjawiRj1XJ3zte5ZHanRw=";
};
build-system = [ setuptools ];