python310Packages.pyroute2-nftables: 0.6.11 -> 0.6.12

This commit is contained in:
Fabian Affolter 2022-06-13 11:44:33 +02:00
parent 002a5c9955
commit f6301f1ac5

View file

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