Merge pull request #151441 from r-ryantm/auto-update/python3.8-solax

python38Packages.solax: 0.2.8 -> 0.2.9
This commit is contained in:
Fabian Affolter 2021-12-21 09:07:28 +01:00 committed by GitHub
commit 46dc2ed5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "solax";
version = "0.2.8";
version = "0.2.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bOpDrbRbdsb4XgEksAQG4GE26XSTwGAECq9Fh//zoYc=";
sha256 = "e66db0c5d4ec840b047e574f0325ea01862d1f5563a844510541b35faa55f392";
};
nativeBuildInputs = [ setuptools-scm ];