python3Packages.pyroute2-nftables: 0.6.4 -> 0.6.5

This commit is contained in:
Fabian Affolter 2021-09-24 12:31:15 +02:00
parent 25a95d5252
commit 26c764828a

View File

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