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

python3Packages.comet-ml: 3.53.0 -> 3.53.1 (#450395)

parents 527ebe23 f3a16661
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,12 +23,12 @@

buildPythonPackage rec {
  pname = "comet-ml";
  version = "3.53.0";
  version = "3.53.1";

  src = fetchPypi {
    pname = "comet_ml";
    inherit version;
    hash = "sha256-KYMe6lDNj5nyXaB0hsk2STwGATkAuRwr8SSzlz3W4tA=";
    hash = "sha256-r3abmDqYzJOtdYswe4jK6xkVqGNtzUgSIAMtCLW5rBI=";
  };

  pyproject = true;