python3Packages.pyroute2-protocols: 0.6.7 -> 0.6.8

This commit is contained in:
Fabian Affolter 2022-03-12 12:27:45 +01:00
parent f9c2a258e4
commit 7c417b7d70

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-protocols";
version = "0.6.7";
version = "0.6.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.protocols";
inherit version;
hash = "sha256-GdququbQcU+exzxifb8UGamkSUMhR94j+auF8I6e7/Q=";
hash = "sha256-l07CEwZzDxym+QAnKFFEpX690RStOA+rAwMXiEd7FOs=";
};
propagatedBuildInputs = [