python3Packages.simplisafe-python: 2026.06.0 -> 2026.09.0

This commit is contained in:
R. Ryantm
2026-09-13 02:52:04 +00:00
parent 3a43353dd5
commit f304474cc2

View File

@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "simplisafe-python";
version = "2026.06.0";
version = "2026.09.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bachya";
repo = "simplisafe-python";
tag = finalAttrs.version;
hash = "sha256-e59h4zX0AuzNlR1sovw4QJ6zXxksElY5emEM9eTfjwI=";
hash = "sha256-0jvReE6eugcXubOMclIO+X86waCQweyEQ8rTObQhV8Q=";
};
build-system = [ poetry-core ];