python313Packages.pyroute2: 0.9.2 -> 0.9.4

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

Changelog: https://github.com/svinota/pyroute2/blob/0.9.4/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2025-08-15 18:24:57 +02:00
parent 1fce5c8d99
commit 960800b2b6

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.9.2";
version = "0.9.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "svinota";
repo = "pyroute2";
tag = version;
hash = "sha256-46QpFW9Yo1fHH9m8hxpdPRMBdiE6ptWAWRcaizKjBOw=";
hash = "sha256-D603ZrLbc/6REx6X0bMvZzeyo0fgTsFL7J+iRTiQLgQ=";
};
build-system = [ setuptools ];