python3Packages.trackers: 2.4.0 -> 2.5.0 (#537668)

This commit is contained in:
Yohann Boniface 2026-07-05 21:44:19 +00:00 committed by GitHub
commit ef43073264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
buildPythonPackage (finalAttrs: {
pname = "trackers";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
__structuredAttrs = true;
@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: {
owner = "roboflow";
repo = "trackers";
tag = finalAttrs.version;
hash = "sha256-BJsRRKz+NyjldT88ZVTkqd0pVul/rLicFA9QpUSOGDg=";
hash = "sha256-DSyBzI+hz0o7d8SfpGav5Ezhs3RtjR3pxElOZyCDQwY=";
};
build-system = [