python3Packages.optuna-dashboard: 0.20.0b1 -> 0.20.0

https://github.com/optuna/optuna-dashboard/releases/tag/v0.20.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:43 +01:00
parent c3a7e5a15f
commit 466a89e572
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "optuna-dashboard";
version = "0.20.0b1";
version = "0.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "optuna";
repo = "optuna-dashboard";
tag = "v${version}";
hash = "sha256-+mS9D71cwVkO0AqtU0pxK0PBvwCOxA6dPJyTVps4X+g=";
hash = "sha256-pg1R8tZjfLDDzDWiLRmaU1a1mKDzeZliPC2X0UV+xEw=";
};
dependencies = [