Merge pull request #230220 from fabaff/pyroute2-bump

python310Packages.pyroute2: 0.7.7 -> 0.7.8
This commit is contained in:
Fabian Affolter 2023-05-06 18:41:13 +02:00 committed by GitHub
commit b09cac7c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [