python3Packages.mlxtend: 0.23.4 -> 0.24.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:34 +01:00
parent a66b29a024
commit 376a417b2c
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mlxtend";
version = "0.23.4";
version = "0.24.0";
pyproject = true;
disabled = isPy27;
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "rasbt";
repo = "mlxtend";
tag = "v${version}";
hash = "sha256-xoAHYRmqN5SrEWlc18ntTZ6WAznBlVZdf+x5Yev3ysE=";
hash = "sha256-zDMFfm8VqEfAQd11PZNp7HsoLcqrj3nMqnvKhXaeA04=";
};
build-system = [ setuptools ];