python310Packages.pyroute2-nftables: 0.6.9 -> 0.6.10

This commit is contained in:
Fabian Affolter
2022-06-06 14:53:06 +02:00
parent f6742c5cf7
commit b38ab26b58
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-nftables";
version = "0.6.9";
version = "0.6.10";
src = fetchPypi {
pname = "pyroute2.nftables";
inherit version;
sha256 = "sha256-8BLz8IIobmrGb64PhXz1XWfl3KJTOhOL+j1C4/jlXuI=";
sha256 = "sha256-dUuCTGs7RaEehsAgK7yNw11tE3VGtT5LxDilMVWpCNU=";
};
propagatedBuildInputs = [