python3Packages.pyroute2-nftables: 0.6.1 -> 0.6.4

This commit is contained in:
Martin Weinelt 2021-06-19 17:35:08 +02:00
parent 123c183ad1
commit d532f124cf

View File

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