python310Packages.screenlogicpy: 0.7.2 -> 0.8.0

Changelog: https://github.com/dieselrabbit/screenlogicpy/releases/tag/v0.8.0
This commit is contained in:
Fabian Affolter 2023-03-06 11:50:58 +01:00
parent 6dca2bd6cd
commit 663f17398c

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "screenlogicpy";
version = "0.7.2";
version = "0.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dieselrabbit";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-0yQ0upLkx5oroEH9BvIOfM5bgmVJw8o83IeAao5ncVs=";
hash = "sha256-VZ2WZpty7PXxU0uqJ/dftUNBW3QEIXrLghKxsW9lsgE=";
};
propagatedBuildInputs = [