python310Packages.screenlogicpy: 0.6.3 -> 0.6.3
Diff: https://github.com/dieselrabbit/screenlogicpy/compare/refs/tags/v0.6.3...v0.6.3 Changelog: https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.6.3
This commit is contained in:
parent
e6643860cb
commit
84543527a0
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{ lib
|
||||
, async-timeout
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
|
@ -8,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "screenlogicpy";
|
||||
version = "0.6.0";
|
||||
version = "0.6.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -17,9 +18,13 @@ buildPythonPackage rec {
|
|||
owner = "dieselrabbit";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/ePvq+jFLiIsP1w9YxMl3lbekNRaDhKMjKXoYkCOpn8=";
|
||||
hash = "sha256-AWQiOTgYYqhsaJqYMwhCBoSWJ1ol6dJc6TArqptNu6Y=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
async-timeout
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
|
|
Loading…
Reference in a new issue