Unverified Commit 343d1979 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.comet-ml: 3.54.1 -> 3.54.2 (#465373)

parents fdeafb66 925711a4
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.54.1";
  version = "3.54.2";

  src = fetchPypi {
    pname = "comet_ml";
    inherit version;
    hash = "sha256-8FL72YEo/OrzN6nehu3Fw4P7UiQWJLHGCUf1fRv1TaI=";
    hash = "sha256-loe7Yz/I1hvxZlvjEP610kdHgvGVAYzx90RxhwopoQE=";
  };

  pyproject = true;