Merge pull request #302112 from r-ryantm/auto-update/python311Packages.optuna

python311Packages.optuna: 3.6.0 -> 3.6.1
This commit is contained in:
OTABI Tomoya 2024-04-07 21:34:12 +09:00 committed by GitHub
commit f5a6a2bb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "optuna";
version = "3.6.0";
version = "3.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -52,7 +52,7 @@ buildPythonPackage rec {
owner = "optuna";
repo = "optuna";
rev = "refs/tags/v${version}";
hash = "sha256-KYSefIVGBUsN+A7nOWPBJyD4a+Wa+pO9WLyTpg8Cuy4=";
hash = "sha256-+ZqMRIza4K5VWTUm7tC87S08SI+C8GKd2Uh3rGoHwd0=";
};
nativeBuildInputs = [