python310Packages.flow-record: 3.10 -> 3.11

Diff: https://github.com/fox-it/flow.record/compare/refs/tags/3.10...3.11

Changelog: https://github.com/fox-it/flow.record/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2023-08-11 09:16:54 +02:00
parent bb9707ef2e
commit 6c400960cc

View File

@ -15,16 +15,16 @@
buildPythonPackage rec {
pname = "flow-record";
version = "3.10";
version = "3.11";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "flow.record";
rev = "refs/tags/${version}";
hash = "sha256-pOEK53+rIwzTxDEla1xoWo/xgy+eN0nxR0MeW7VQFds=";
hash = "sha256-/mrsm7WoqnTIaGOHuIZk1eMXAMi38eVpctgi6+RQ3WQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;