python310Packages.flow-record: 3.7 -> 3.9

Diff: https://github.com/fox-it/flow.record/compare/refs/tags/3.7...3.9

Changelog: https://github.com/fox-it/flow.record/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2023-02-11 10:56:19 +01:00
parent 8c889fe25a
commit fe256a560e

View file

@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "flow-record";
version = "3.7";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "flow.record";
rev = "refs/tags/${version}";
hash = "sha256-bXI7q+unlrXvagKisAO4INfzeXlC4g918xmPmwMDCK8=";
hash = "sha256-hvd5I1n3lOuP9sUtVO69yGCVOVEWYKKfFf7OjAJCXIg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;