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

Merge pull request #252212 from r-ryantm/auto-update/python310Packages.simplisafe-python

python310Packages.simplisafe-python: 2023.05.0 -> 2023.08.0
parents 98c03f36 e67fdcaf
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.05.0";
  version = "2023.08.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "bachya";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-dcWDB9tpKrFbnWf35HLDmgy2zNTzKNeJQrdtRXbSMvs=";
    hash = "sha256-DExMa9z/VYAMoqUmr/gfZzYFWfTxnC+Cz4rRTaNSLBM=";
  };

  patches = [