python312Packages.solax: 3.2.1 -> 3.2.3 (#371572)

This commit is contained in:
Fabian Affolter
2025-01-06 23:38:17 +01:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "solax";
version = "3.2.1";
version = "3.2.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-eeALI7GvhRl8OQaSqv1I26rMaBTxF24w4QQzUcnV2ys=";
hash = "sha256-ht+UP/is9+galMiVz/pkwtre1BXfCTT39SpSz4Vctvs=";
};
build-system = [ setuptools-scm ];