nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.cmaes: 0.11.1 -> 0.12.0

R. Ryantm f4f6455d eaa9fd31

+3 -3
+3 -3
pkgs/development/python-modules/cmaes/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "cmaes"; 14 - version = "0.11.1"; 14 + version = "0.12.0"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "CyberAgentAILab"; 21 21 repo = "cmaes"; 22 22 tag = "v${version}"; 23 - hash = "sha256-u2CgU9n8N9AMxfMBbDbnYzBMdl/IGOLTxOeh8RlnB/Y="; 23 + hash = "sha256-Ev3Nes0iJIhndWfVzDVLpoV4TIFaHMOEUgPPdlyU0+s="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ setuptools ]; ··· 42 42 meta = with lib; { 43 43 description = "Python library for CMA evolution strategy"; 44 44 homepage = "https://github.com/CyberAgentAILab/cmaes"; 45 - changelog = "https://github.com/CyberAgentAILab/cmaes/releases/tag/v${version}"; 45 + changelog = "https://github.com/CyberAgentAILab/cmaes/releases/tag/${src.tag}"; 46 46 license = licenses.mit; 47 47 maintainers = with maintainers; [ bcdarwin ]; 48 48 };