python313Packages.pyroute2: 0.9.2 -> 0.9.4 (#434013)

This commit is contained in:
Fabian Affolter 2025-08-16 00:21:22 +02:00 committed by GitHub
commit bb88741603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];