Commit 34a6f625 authored by R. RyanTM's avatar R. RyanTM
Browse files

ultralytics: 8.4.26 -> 8.4.31

parent 70e270e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

buildPythonPackage (finalAttrs: {
  pname = "ultralytics";
  version = "8.4.26";
  version = "8.4.31";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ultralytics";
    repo = "ultralytics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-JFOgkKgSQ/QNevORxVpLX7g45TDW6I05ft2o/VBDRa4=";
    hash = "sha256-i0H7UonQmtwYa7oGqzua7ysNvAN0PCm2SYITdk0ziZY=";
  };

  build-system = [ setuptools ];