Merge pull request #205422 from r-ryantm/auto-update/python310Packages.aionanoleaf
python310Packages.aionanoleaf: 0.2.0 -> 0.2.1
This commit is contained in:
commit
88e6f3f876
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aionanoleaf";
|
pname = "aionanoleaf";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -15,8 +15,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "milanmeu";
|
owner = "milanmeu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-bz568DlodWtSu2WTTd/QMhdiX9IkllW7UYVXuNlKFaY=";
|
hash = "sha256-f0TyXhuAzI0s0n6sXH9mKWA4nad2YchZkQ0+jw/Bmv0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -33,6 +33,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python wrapper for the Nanoleaf API";
|
description = "Python wrapper for the Nanoleaf API";
|
||||||
homepage = "https://github.com/milanmeu/aionanoleaf";
|
homepage = "https://github.com/milanmeu/aionanoleaf";
|
||||||
|
changelog = "https://github.com/milanmeu/aionanoleaf/releases/tag/v${version}";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue