python313Packages.solax: 3.2.3 -> 3.2.4

Changelog: https://github.com/squishykid/solax/releases/tag/v3.2.4
This commit is contained in:
Fabian Affolter
2025-12-25 18:15:16 +01:00
parent 19cdc330e8
commit 7cf629adb6
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "solax";
version = "3.2.3";
version = "3.2.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ht+UP/is9+galMiVz/pkwtre1BXfCTT39SpSz4Vctvs=";
hash = "sha256-60FIDhd60zaWcwPnq7P7WxuXQc1MivWNTctj3TuZF3k=";
};
build-system = [ setuptools-scm ];