mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
python3Packages.pywizlight: 0.6.4 -> 0.6.6 (#550593)
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pywizlight";
|
||||
version = "0.6.4";
|
||||
version = "0.6.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sbidy";
|
||||
repo = "pywizlight";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ki4X+4s+tM3kIyhA2cxPPzG775Qz9jKFS8/ssUqfHas=";
|
||||
hash = "sha256-rfrmsfotCHqwKUiqC0NO7kvv/oKODwxZi4AjvJQCXlM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user