lol

python3Packages.ultralytics: 8.3.107 -> 8.3.130 (#405992)

authored by isabelroses.com and committed by

GitHub 77993c39 ffe4315a

+3 -2
+3 -2
pkgs/development/python-modules/ultralytics/default.nix
··· 32 32 33 33 buildPythonPackage rec { 34 34 pname = "ultralytics"; 35 - version = "8.3.107"; 35 + version = "8.3.130"; 36 36 pyproject = true; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "ultralytics"; 40 40 repo = "ultralytics"; 41 41 tag = "v${version}"; 42 - hash = "sha256-WRoRll21yxmZLz6Qj1i+MfV+haQPV9HKS77lY3zeZOU="; 42 + hash = "sha256-lB4Q1LK3hbn67mHcVn2qCh9YjVPDBl4DM3LXDL7lsvQ="; 43 43 }; 44 44 45 45 build-system = [ setuptools ]; ··· 102 102 "test_yolo_world" 103 103 "test_yolov10" 104 104 "test_yoloe" 105 + "test_multichannel" 105 106 ] 106 107 ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ 107 108 # Fatal Python error: Aborted