python310Packages.simplisafe-python: 2022.12.1 -> 2023.04.0

Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2023.04.0
This commit is contained in:
Fabian Affolter 2023-04-06 13:24:54 +02:00 committed by Martin Weinelt
parent 4d253a413f
commit 863c480215

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.12.1";
version = "2023.04.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AOlO4K8ku+auEKw7OmgEo5E4ftAar0ukPQVIYzBJBW0=";
hash = "sha256-ExiwaVSSpXfnLCMKRQ7iXLzxO81kV6I5Nj/ZSUyZAMg=";
};
nativeBuildInputs = [