python3Packages.flow-record: 3.19 -> 3.20

This commit is contained in:
R. Ryantm 2025-05-20 10:42:13 +00:00
parent 3f96c18c79
commit a3619e8cbf

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "flow-record";
version = "3.19";
version = "3.20";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "flow.record";
tag = version;
hash = "sha256-9slOisPr2pW18zurBoJ8AA55fGuBA4QP1tY7YSLiYEM=";
hash = "sha256-3jXxKA+MHjKfzKqOuP0EJxVD5QPvwjWE3N4qhIEFNvM=";
};
build-system = [