python3Packages.pyroute2-nftables: 0.6.8 -> 0.6.9

This commit is contained in:
Fabian Affolter 2022-03-21 14:24:38 +01:00
parent 5234246771
commit b67d3a0b2c

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-nftables";
version = "0.6.8";
version = "0.6.9";
src = fetchPypi {
pname = "pyroute2.nftables";
inherit version;
sha256 = "sha256-SNebxs0mCFEI4bejuLMeU3wrO8KZZT1frnfQw8Gko6E=";
sha256 = "sha256-8BLz8IIobmrGb64PhXz1XWfl3KJTOhOL+j1C4/jlXuI=";
};
propagatedBuildInputs = [