python3Packages.ultralytics: 8.3.193 -> 8.3.199 (#443021)

This commit is contained in:
dish
2025-09-17 00:32:53 +00:00
committed by GitHub
@@ -33,14 +33,14 @@
buildPythonPackage rec {
pname = "ultralytics";
version = "8.3.193";
version = "8.3.199";
pyproject = true;
src = fetchFromGitHub {
owner = "ultralytics";
repo = "ultralytics";
tag = "v${version}";
hash = "sha256-5+QSRQcfzxy/m197wUgMc6C1EwcNLpfZLN5V3cSrY8c=";
hash = "sha256-15Ktt16pS9ac7g21mWTSLnB7oGtyak6J3wdYN9gVLpk=";
};
build-system = [ setuptools ];