Unverified Commit cd92a478 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.ultralytics: 8.3.199 -> 8.3.203 (#446264)

parents c31adb98 0a1110be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage rec {
  pname = "ultralytics";
  version = "8.3.199";
  version = "8.3.203";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ultralytics";
    repo = "ultralytics";
    tag = "v${version}";
    hash = "sha256-15Ktt16pS9ac7g21mWTSLnB7oGtyak6J3wdYN9gVLpk=";
    hash = "sha256-j19eHxhrkvZ8tyVjO+VSNwXHrH1+c16g9byg69G7miI=";
  };

  build-system = [ setuptools ];