File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/norfair Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments