python311Packages.simplisafe-python: 2023.04.0 -> 2023.05.0

Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2023.04.0...2023.05.0

Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2023.05.0
This commit is contained in:
Fabian Affolter 2023-05-18 12:49:24 +02:00
parent 8d25ab1fc6
commit 4520b86fd1

View file

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