3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pyroute2-nslink: 0.6.7 -> 0.6.8

This commit is contained in:
Fabian Affolter 2022-03-12 12:27:32 +01:00
parent 07aa5ce551
commit f9c2a258e4

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyroute2-nslink";
version = "0.6.7";
version = "0.6.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyroute2.nslink";
inherit version;
hash = "sha256-p+U3Y5vKCxuvMl/yNKlay57tlU4GKttCJrAwctKa5TY=";
hash = "sha256-bTGzXouEdVUFaT5mxGfonFu3aOMxZKRTDMaHFciofec=";
};
propagatedBuildInputs = [