python3Packages.pyroute2-core: 0.6.5 -> 0.6.7

This commit is contained in:
Fabian Affolter 2022-02-21 10:53:05 +01:00
parent 66bbe45347
commit 620471678e

View file

@ -2,16 +2,20 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pyroute2-core , pyroute2-core
, pythonOlder
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyroute2-core"; pname = "pyroute2-core";
version = "0.6.5"; version = "0.6.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
pname = "pyroute2.core"; pname = "pyroute2.core";
inherit version; inherit version;
sha256 = "sha256-Jm10Dq5A+mTdBFQfAH0022ls7PMVTLpb4w+nWmfUOFI="; hash = "sha256-N74cQcWx57lYIPiQTL+/Ec5Kf1rgdMrRkkYIdyaLjN4=";
}; };
# pyroute2 sub-modules have no tests # pyroute2 sub-modules have no tests