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

authored by Aleksana and committed by GitHub d16f8760 2cf4b6e4

+3 -3
+3 -3
pkgs/development/python-modules/optuna-dashboard/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "optuna-dashboard"; 27 - version = "0.18.0"; 27 + version = "0.19.0"; 28 28 pyproject = true; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "optuna"; 32 32 repo = "optuna-dashboard"; 33 33 tag = "v${version}"; 34 - hash = "sha256-0L1QTw9srZsHWDVP4J0WMIvndn5pn51Hs/Xz/tusv0I="; 34 + hash = "sha256-UTl3X0laEHyc9YjL2RPBeCle0WRKjOU7Bt58BMRXIlU="; 35 35 }; 36 36 37 37 dependencies = [ ··· 75 75 meta = { 76 76 description = "Real-time Web Dashboard for Optuna"; 77 77 homepage = "https://github.com/optuna/optuna-dashboard"; 78 - changelog = "https://github.com/optuna/optuna-dashboard/releases/tag/v${version}"; 78 + changelog = "https://github.com/optuna/optuna-dashboard/releases/tag/${src.tag}"; 79 79 license = lib.licenses.mit; 80 80 maintainers = with lib.maintainers; [ jherland ]; 81 81 mainProgram = "optuna-dashboard";