python310Packages.pyroute2-protocols: 0.6.12 -> 0.6.13

This commit is contained in:
Fabian Affolter 2022-06-24 08:44:14 +02:00
parent c3a9427370
commit d14f1652e7

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-protocols";
version = "0.6.12";
version = "0.6.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.protocols";
inherit version;
hash = "sha256-j83UNlQVjxIyKhOqDsx6yhvMZEfAh54gRjniacCpSxY=";
hash = "sha256-bb7y0D7If2MAHabua9EzgEL2Ic+9BHVfYaMoxDCwAtY=";
};
propagatedBuildInputs = [