python311Packages.solax: 0.3.3 -> 3.0.5

Changelog: https://github.com/squishykid/solax/releases/tag/v3.0.5
This commit is contained in:
Fabian Affolter 2024-03-07 23:05:48 +01:00
parent 02e2a3bec7
commit 4d93c0f104

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "solax";
version = "0.3.3";
version = "3.0.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-+e0z65qMjj1vQ3BR6kmLs+S5CF5chSaQ3mHQPIo++bQ=";
hash = "sha256-PQ7qJCNfXGNF2RK6pHwf0U1DXgv2j2uQ64Nv/qh8f8s=";
};
nativeBuildInputs = [