Merge pull request #205206 from fabaff/pyrisco-bump

python310Packages.pyrisco: 0.5.6 -> 0.5.7
This commit is contained in:
Fabian Affolter 2022-12-09 00:22:17 +01:00 committed by GitHub
commit f461e14f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,21 +7,26 @@
buildPythonPackage rec {
pname = "pyrisco";
version = "0.5.6";
version = "0.5.7";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "OnFreund";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jhThPU4wlujZVC9v/8JSRFxC0LlJedFevOENdRHidV8=";
hash = "sha256-ySFHB+PZmjsqKJQrfFoupylowsOiV5B2feHX7nF8dUA=";
};
propagatedBuildInputs = [ aiohttp ];
propagatedBuildInputs = [
aiohttp
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "pyrisco" ];
pythonImportsCheck = [
"pyrisco"
];
meta = with lib; {
description = "Python interface to Risco alarm systems through Risco Cloud";