python3Packages.pyroute2-core: 0.6.4 -> 0.6.5

This commit is contained in:
Fabian Affolter 2021-09-24 12:31:04 +02:00
parent 382bfa2a4b
commit edea8f2f27

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-core";
version = "0.6.4";
version = "0.6.5";
src = fetchPypi {
pname = "pyroute2.core";
inherit version;
sha256 = "1kd5wda7nqcmrwy6b42nqgz570y99yjw3m6a1kxr8ag3859fwga5";
sha256 = "sha256-Jm10Dq5A+mTdBFQfAH0022ls7PMVTLpb4w+nWmfUOFI=";
};
# pyroute2 sub-modules have no tests