python312Packages.pygmo: 2.19.6 -> 2.19.7

This commit is contained in:
R. Ryantm
2024-08-10 02:55:12 +00:00
parent acd6aff784
commit e641979395
@@ -20,13 +20,13 @@
toPythonModule (
stdenv.mkDerivation rec {
pname = "pygmo";
version = "2.19.6";
version = "2.19.7";
src = fetchFromGitHub {
owner = "esa";
repo = "pygmo2";
rev = "refs/tags/v${version}";
hash = "sha256-umXK8LGJJ6Xj6UbJ5k/DM/nYayjl+jBXtjar5/dWqFM=";
hash = "sha256-279KNnP11f5ob2senIVmbnlmhRp2p3RoZLsQRE6yJ5Q=";
};
cmakeFlags = [ "-DPYGMO_INSTALL_PATH=${placeholder "out"}/${python.sitePackages}" ];