ultralytics: 8.4.37 -> 8.4.41

This commit is contained in:
R. Ryantm
2026-04-23 10:34:28 +00:00
parent 04c36bd130
commit 8916239612
@@ -34,14 +34,14 @@
buildPythonPackage (finalAttrs: {
pname = "ultralytics";
version = "8.4.37";
version = "8.4.41";
pyproject = true;
src = fetchFromGitHub {
owner = "ultralytics";
repo = "ultralytics";
tag = "v${finalAttrs.version}";
hash = "sha256-b6omoISVn/mwwq/GIm2M3B70tO6DanucbcTPitRYRS0=";
hash = "sha256-Ad8GuxPhpCRFOz6/0LiDjkqPMq7ooPRLJ6GKDLCfaKc=";
};
build-system = [ setuptools ];