python312Packages.solax: 3.1.1 -> 3.2.1

Changelog: https://github.com/squishykid/solax/releases/tag/v3.2.1
This commit is contained in:
Fabian Affolter
2024-11-23 20:10:33 +01:00
parent ea24e14d56
commit f0f05c91fc
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "solax";
version = "3.1.1";
version = "3.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-OgQ320UBDChQXPFMeulDx8NKNvajr399tuoAmsIEhFg=";
hash = "sha256-eeALI7GvhRl8OQaSqv1I26rMaBTxF24w4QQzUcnV2ys=";
};
build-system = [ setuptools-scm ];