Unverified Commit 3e9b9592 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #282539 from fabaff/simplisafe-python-bump

python311Packages.simplisafe-python: 2023.12.0 -> 2024.01.0
parents 50d24aed 382ad385
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=";
  };