Skip to content

Commit 5a87885

Browse files
authored
python312Packages.flow-record: 3.18 -> 3.19 (#383593)
2 parents 81f56ef + e2ef6ab commit 5a87885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/flow-record/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "flow-record";
23-
version = "3.18";
23+
version = "3.19";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "fox-it";
3030
repo = "flow.record";
3131
tag = version;
32-
hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0=";
32+
hash = "sha256-9slOisPr2pW18zurBoJ8AA55fGuBA4QP1tY7YSLiYEM=";
3333
};
3434

3535
build-system = [
@@ -71,7 +71,7 @@ buildPythonPackage rec {
7171
meta = with lib; {
7272
description = "Library for defining and creating structured data";
7373
homepage = "https://github.com/fox-it/flow.record";
74-
changelog = "https://github.com/fox-it/flow.record/releases/tag/${version}";
74+
changelog = "https://github.com/fox-it/flow.record/releases/tag/${src.tag}";
7575
license = licenses.agpl3Only;
7676
maintainers = with maintainers; [ fab ];
7777
};

0 commit comments

Comments
 (0)