python311Packages.solax: 0.3.0 -> 0.3.1

This commit is contained in:
Fabian Affolter
2023-05-28 23:26:43 +02:00
parent ca72cf4e08
commit 19970af608
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "solax";
version = "0.3.0";
version = "0.3.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-lqzFY2Rfmc/9KUuFfq07DZkIIS2cJ1JqZ/8gP3+pu5U=";
hash = "sha256-kseU6JK00GTPyqdWku2ceT5/mChMVVPgEEib3BmjI/g=";
};
nativeBuildInputs = [ setuptools-scm ];