python311Packages.simplisafe-python: 2023.12.0 -> 2024.01.0

Diff: https://github.com/bachya/simplisafe-python/compare/refs/tags/2023.12.0...2024.01.0

Changelog: https://github.com/bachya/simplisafe-python/releases/tag/2024.01.0
This commit is contained in:
Fabian Affolter 2024-01-21 10:54:12 +01:00
parent 3f55ad67f7
commit 382ad3858a

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2023.12.0";
version = "2024.01.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "simplisafe-python";
rev = "refs/tags/${version}";
hash = "sha256-Nr4HvjIOLk/WMKCjj/ZX67OBSImRhs9SfZtLjFs81Sk=";
hash = "sha256-ewbR2FI0t2F8HF0ZL5omsclB9OPAjHygGLPtSkVlvgM=";
};