python3Packages.cmaes: 0.12.0 -> 0.13.0 (#505774)

This commit is contained in:
Nick Cao
2026-04-02 19:46:21 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "cmaes";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CyberAgentAILab";
repo = "cmaes";
tag = "v${version}";
hash = "sha256-Ev3Nes0iJIhndWfVzDVLpoV4TIFaHMOEUgPPdlyU0+s=";
hash = "sha256-sH5iJ9iSWLniIRzKsUC9ODlmifIuJoIAkOPpmAQ6Hrs=";
};
nativeBuildInputs = [ setuptools ];