mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
python3Packages.norfair: 2.2.0 -> 2.3.0
This commit is contained in:
parent
01e6f1370c
commit
9a14f59c24
1 changed files with 4 additions and 4 deletions
|
@ -15,14 +15,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "norfair";
|
pname = "norfair";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tryolabs";
|
owner = "tryolabs";
|
||||||
repo = "norfair";
|
repo = "norfair";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-aKB5TYSLW7FOXIy9u2hK7px6eEmIQdKPrhChKaU1uYs=";
|
hash = "sha256-3a9Z4mbmqmSnOD69RAcKSX6N7vdDU5F/xgsEURnzIR0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Lightweight Python library for adding real-time multi-object tracking to any detector";
|
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";
|
homepage = "https://github.com/tryolabs/norfair";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fleaz ];
|
maintainers = with maintainers; [ fleaz ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue