Merge pull request #333727 from r-ryantm/auto-update/python312Packages.cmaes

python312Packages.cmaes: 0.10.0 -> 0.11.0
This commit is contained in:
Fabián Heredia Montiel 2024-08-15 15:02:45 -06:00 committed by GitHub
commit 9bb6993f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "cmaes";
version = "0.10.0";
version = "0.11.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "CyberAgentAILab";
repo = "cmaes";
rev = "refs/tags/v${version}";
hash = "sha256-1mXulG/yqNwKQKDFGBh8uxIYOPSsm8+PNp++CSswc50=";
hash = "sha256-YuoJUo+bMMHkB9LH6mX3iw06NT8xFeu9LJvX94vfLc4=";
};
nativeBuildInputs = [ setuptools ];