Merge pull request #133798 from r-ryantm/auto-update/python3.8-cma

python38Packages.cma: 3.0.3 -> 3.1.0
This commit is contained in:
Sandro 2021-08-26 22:53:56 +02:00 committed by GitHub
commit 0217bb9584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "cma";
version = "3.0.3";
version = "3.1.0";
src = fetchFromGitHub {
owner = "CMA-ES";
repo = "pycma";
rev = "r${version}";
sha256 = "00vv7imdkv0bqcs4b8dg9nggxcl2fkcnhdd46n22bcmnwy8rjxv6";
sha256 = "1bal4kljxrdm6x5ppyi6i109714h0czdxfsna906dlfplrmq52bf";
};
propagatedBuildInputs = [