python312Packages.mlxtend: 0.23.2 -> 0.23.3 (#363186)

This commit is contained in:
Nick Cao 2024-12-08 10:09:07 -05:00 committed by GitHub
commit 2610eaea76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mlxtend";
version = "0.23.2";
version = "0.23.3";
pyproject = true;
disabled = isPy27;
@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rasbt";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zkHc7jARGQf2YzQb1d2u/wKgqAAXk+WdNnu0cKvIAvQ=";
tag = "v${version}";
hash = "sha256-c6I0dwu4y/Td2G6m2WP/52W4noQUmQMDvpzXA9RZauo=";
};
build-system = [ setuptools ];