python3Packages.motionblinds: 0.6.29 -> 0.6.30
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "motionblinds";
|
pname = "motionblinds";
|
||||||
version = "0.6.29";
|
version = "0.6.30";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "starkillerOG";
|
owner = "starkillerOG";
|
||||||
repo = "motion-blinds";
|
repo = "motion-blinds";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-oxBdi5NFotvSVN3b9Rno2RGFiZxB7JAKvdiY4t7L8rQ=";
|
hash = "sha256-xV9od7xTKBBE4f4Mqg57Mp0MXO8/lG+bBKzG+jv6gf4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for interfacing with Motion Blinds";
|
description = "Python library for interfacing with Motion Blinds";
|
||||||
homepage = "https://github.com/starkillerOG/motion-blinds";
|
homepage = "https://github.com/starkillerOG/motion-blinds";
|
||||||
changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${version}";
|
changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${src.tag}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user