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

python3Packages.optuna-dashboard: 0.18.0 -> 0.19.0 (#423442)

parents 2cf4b6e4 02114302
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "optuna-dashboard";
  version = "0.18.0";
  version = "0.19.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "optuna";
    repo = "optuna-dashboard";
    tag = "v${version}";
    hash = "sha256-0L1QTw9srZsHWDVP4J0WMIvndn5pn51Hs/Xz/tusv0I=";
    hash = "sha256-UTl3X0laEHyc9YjL2RPBeCle0WRKjOU7Bt58BMRXIlU=";
  };

  dependencies = [
@@ -75,7 +75,7 @@ buildPythonPackage rec {
  meta = {
    description = "Real-time Web Dashboard for Optuna";
    homepage = "https://github.com/optuna/optuna-dashboard";
    changelog = "https://github.com/optuna/optuna-dashboard/releases/tag/v${version}";
    changelog = "https://github.com/optuna/optuna-dashboard/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ jherland ];
    mainProgram = "optuna-dashboard";