python312Packages.cmaes: 0.11.0 -> 0.11.1 (#335443)

This commit is contained in:
Weijia Wang 2024-09-11 16:44:23 +02:00 committed by GitHub
commit 0f015d627a
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.11.0";
version = "0.11.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "CyberAgentAILab";
repo = "cmaes";
rev = "refs/tags/v${version}";
hash = "sha256-YuoJUo+bMMHkB9LH6mX3iw06NT8xFeu9LJvX94vfLc4=";
hash = "sha256-u2CgU9n8N9AMxfMBbDbnYzBMdl/IGOLTxOeh8RlnB/Y=";
};
nativeBuildInputs = [ setuptools ];