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

Merge pull request #181811 from r-ryantm/auto-update/python3.10-simplisafe-python

python310Packages.simplisafe-python: 2022.06.1 -> 2022.07.0
parents 2e62e6f6 5e24552c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "simplisafe-python";
  version = "2022.06.1";
  version = "2022.07.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "bachya";
    repo = pname;
    rev = "refs/tags/${version}";
    sha256 = "sha256-5zhj1EAFZ2XCeSfcFN+7gHrcPx/YrEZQ8QfcmLUboIg=";
    sha256 = "sha256-v3N2f5B6BrwTb4ik2bME8OLzwsHZ3qWx+Jx1pv7KX8A=";
  };

  nativeBuildInputs = [