python3Packages.pygmo: 2.18.0 -> 2.19.0

This commit is contained in:
Martin Weinelt
2023-03-03 23:56:52 +01:00
parent e315117124
commit b1da4eaadd
@@ -18,13 +18,13 @@
toPythonModule (stdenv.mkDerivation rec {
pname = "pygmo";
version = "2.18.0";
version = "2.19.0";
src = fetchFromGitHub {
owner = "esa";
repo = "pygmo2";
rev = "v${version}";
sha256 = "sha256-he7gxRRJd6bBrD0Z0i+CQTr5JH4P3Im/beNGO+HfmNM=";
rev = "refs/tags/v${version}";
sha256 = "sha256-gjmZf66AcNaAMqyLerBgRu5RUzV6qrT7DigTNE39AwI=";
};
cmakeFlags = [