Unverified Commit f0a89511 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.ultralytics: 8.3.213 -> 8.3.217 (#453404)

parents 6aadc736 84230ba1
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.213";
  version = "8.3.217";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ultralytics";
    repo = "ultralytics";
    tag = "v${version}";
    hash = "sha256-xlsC+sENv4xhKf0H+h1Kd9AyRE2KEVCRL91BMhH1wA4=";
    hash = "sha256-e/t+6sO9V+iwSxJUZ5VhP18DZSUOfm8jmlP9Pib/RyU=";
  };

  build-system = [ setuptools ];