Commit 382ad385 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 3f55ad67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";
  };