python3Packages.pyroute2-nftables: 0.6.5 -> 0.6.7

This commit is contained in:
Fabian Affolter 2022-02-21 10:54:36 +01:00
parent 95ffac758c
commit b9650e22d9

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-nftables";
version = "0.6.5";
version = "0.6.7";
src = fetchPypi {
pname = "pyroute2.nftables";
inherit version;
sha256 = "sha256-sUVaY6PvwFDRCNVQ0cr9AR7d7W6JTZnnvfoC1ZK/bxY=";
sha256 = "sha256-d9LdXxBQGa40MmGuK2cFOOEI7X4Y1pPv0ObW9n7ZUjo=";
};
propagatedBuildInputs = [