Unverified Commit 3e47264d authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.finetuning-scheduler: 2.9.1 -> 2.9.2 (#472435)

parents e5d7a24a ca34a0ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "finetuning-scheduler";
  version = "2.9.1";
  version = "2.9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "speediedan";
    repo = "finetuning-scheduler";
    tag = "v${version}";
    hash = "sha256-6v7KhY2dOc/Sbw85UO9KVDSS0+4DJ+VWrQ5Tg5E8Ddc=";
    hash = "sha256-+LJ36LzFamC5Mv5ec+uUtMWZt0WMjuHKZlA73rZqoxw=";
  };

  build-system = [ setuptools ];