python312Packages.solax: 3.1.1 -> 3.2.1 (#358541)

This commit is contained in:
Nick Cao 2024-11-24 08:14:17 -05:00 committed by GitHub
commit ac2f3ec345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "solax"; pname = "solax";
version = "3.1.1"; version = "3.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-OgQ320UBDChQXPFMeulDx8NKNvajr399tuoAmsIEhFg="; hash = "sha256-eeALI7GvhRl8OQaSqv1I26rMaBTxF24w4QQzUcnV2ys=";
}; };
build-system = [ setuptools-scm ]; build-system = [ setuptools-scm ];