python310Packages.pyroute2: 0.7.7 -> 0.7.8

Changelog: https://github.com/svinota/pyroute2/blob/0.7.8/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2023-05-06 00:15:30 +02:00
parent 68eb074857
commit e56f3d1fdb

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyroute2";
version = "0.7.7";
version = "0.7.8";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-j0mxWXwPbjD/W2wdqh17L0FP2eREI8IusLL9cuySGAY=";
hash = "sha256-mJRHQ08XyyD9kvwfFV8LxqRoKr9hH94qeslaYed3f/0=";
};
nativeBuildInputs = [