python312Packages.flow-record: 3.17 -> 3.18

Diff: https://github.com/fox-it/flow.record/compare/refs/tags/3.17...3.18

Changelog: https://github.com/fox-it/flow.record/releases/tag/3.18
This commit is contained in:
Fabian Affolter 2024-11-18 20:34:09 +01:00
parent 22354d579d
commit 7fcc05ff4a

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "flow-record";
version = "3.17";
version = "3.18";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "flow.record";
rev = "refs/tags/${version}";
hash = "sha256-fFP2bdO4wTR9Y+9no3FabtVmLicTD76Jw5aWDMPOB0w=";
hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0=";
};
build-system = [