python311Packages.flow-record: 3.11 -> 3.12

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

Changelog: https://github.com/fox-it/flow.record/releases/tag/3.12
This commit is contained in:
Fabian Affolter 2023-09-27 10:50:46 +02:00
parent 0f96276d78
commit 5d435189df

View file

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