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

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

python311Packages.simplisafe-python: 2023.04.0 -> 2023.05.0
parents 8019ce5a 4520b86f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [