python3Packages.pyroute2: 0.9.5 -> 0.9.6

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

Changelog: https://github.com/svinota/pyroute2/blob/0.9.6/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2026-04-16 17:55:08 +02:00
parent 7730a67fc1
commit 9f036a7bed
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.9.5";
version = "0.9.6";
pyproject = true;
src = fetchFromGitHub {
owner = "svinota";
repo = "pyroute2";
tag = version;
hash = "sha256-KPXDXRQWonuTyy1SsvgO7jXjawiRj1XJ3zte5ZHanRw=";
hash = "sha256-ZseZQFiR+btDsR+ozcd8DBp0vsNTb6tIzaArQfOk7CI=";
};
build-system = [ setuptools ];