python3Packages.deap: 1.4.1 -> 1.4.2

This commit is contained in:
Martin Weinelt
2025-01-27 10:55:06 +01:00
parent eafa574b01
commit 767cb5fd77
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "deap";
version = "1.4.1";
version = "1.4.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-zAHemJLfp9G8mAPasoiS/q0XfwGCyB20c2CiQOrXeP8=";
hash = "sha256-1nm+M3Pbi6kStGZCYMopx6yhA3L/WpaCMQR7Se/CKsU=";
};
propagatedBuildInputs = [