mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
python3Packages.solaredge-web: 0.4.0 -> 0.5.0
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "solaredge-web";
|
||||
version = "0.4.0";
|
||||
version = "0.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Solarlibs";
|
||||
repo = "solaredge-web";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-h+EQ7VMLi9dInuOH5ZWLBUVVTwhEAxbcoFQslhRRSKo=";
|
||||
hash = "sha256-8XZN288QNJxXjIAGl6fD4wFaqWVxDw03GH56nfhTu2k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user