lol

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

+3 -3
+3 -3
pkgs/development/python-modules/flow-record/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "flow-record"; 18 - version = "3.11"; 18 + version = "3.12"; 19 19 format = "pyproject"; 20 20 21 - disabled = pythonOlder "3.11"; 21 + disabled = pythonOlder "3.12"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "fox-it"; 25 25 repo = "flow.record"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-/mrsm7WoqnTIaGOHuIZk1eMXAMi38eVpctgi6+RQ3WQ="; 27 + hash = "sha256-b9MCgs3Imo0DHtPyvQuRgYvsLWe8N2Y9TIWdU1E04L8="; 28 28 }; 29 29 30 30 SETUPTOOLS_SCM_PRETEND_VERSION = version;