python310Packages.pyroute2-nftables: 0.6.10 -> 0.6.11

This commit is contained in:
Fabian Affolter 2022-06-07 23:22:32 +02:00
parent 93eb7f89b8
commit aacc1079c7

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pyroute2-nftables";
version = "0.6.10";
version = "0.6.11";
src = fetchPypi {
pname = "pyroute2.nftables";
inherit version;
sha256 = "sha256-dUuCTGs7RaEehsAgK7yNw11tE3VGtT5LxDilMVWpCNU=";
sha256 = "sha256-2SHAH4HBcXknCa2rdHk1s+ju+IN5ndcLPD8dgSGagqU=";
};
propagatedBuildInputs = [