Loading pkgs/development/python-modules/norfair/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "norfair"; version = "2.2.0"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "tryolabs"; repo = "norfair"; rev = "v${version}"; hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs="; tag = "v${version}"; hash = "sha256-3a9Z4mbmqmSnOD69RAcKSX6N7vdDU5F/xgsEURnzIR0="; }; build-system = [ poetry-core ]; Loading Loading @@ -51,7 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lightweight Python library for adding real-time multi-object tracking to any detector"; changelog = "https://github.com/tryolabs/norfair/releases/tag/v${version}"; changelog = "https://github.com/tryolabs/norfair/releases/tag/${src.tag}"; homepage = "https://github.com/tryolabs/norfair"; license = licenses.bsd3; maintainers = with maintainers; [ fleaz ]; Loading Loading
pkgs/development/python-modules/norfair/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "norfair"; version = "2.2.0"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "tryolabs"; repo = "norfair"; rev = "v${version}"; hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs="; tag = "v${version}"; hash = "sha256-3a9Z4mbmqmSnOD69RAcKSX6N7vdDU5F/xgsEURnzIR0="; }; build-system = [ poetry-core ]; Loading Loading @@ -51,7 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lightweight Python library for adding real-time multi-object tracking to any detector"; changelog = "https://github.com/tryolabs/norfair/releases/tag/v${version}"; changelog = "https://github.com/tryolabs/norfair/releases/tag/${src.tag}"; homepage = "https://github.com/tryolabs/norfair"; license = licenses.bsd3; maintainers = with maintainers; [ fleaz ]; Loading