Skip to content

Commit 9a14f59

Browse files
committed
python3Packages.norfair: 2.2.0 -> 2.3.0
1 parent 01e6f13 commit 9a14f59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/norfair/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "norfair";
18-
version = "2.2.0";
18+
version = "2.3.0";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "tryolabs";
2323
repo = "norfair";
24-
rev = "v${version}";
25-
hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs=";
24+
tag = "v${version}";
25+
hash = "sha256-3a9Z4mbmqmSnOD69RAcKSX6N7vdDU5F/xgsEURnzIR0=";
2626
};
2727

2828
build-system = [ poetry-core ];
@@ -51,7 +51,7 @@ buildPythonPackage rec {
5151

5252
meta = with lib; {
5353
description = "Lightweight Python library for adding real-time multi-object tracking to any detector";
54-
changelog = "https://github.com/tryolabs/norfair/releases/tag/v${version}";
54+
changelog = "https://github.com/tryolabs/norfair/releases/tag/${src.tag}";
5555
homepage = "https://github.com/tryolabs/norfair";
5656
license = licenses.bsd3;
5757
maintainers = with maintainers; [ fleaz ];

0 commit comments

Comments
 (0)