Unverified Commit e324ccd8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pysmartthings: 3.5.0 -> 3.5.1

parent bc296a83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pysmartthings";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "andrewsayre";
    repo = "pysmartthings";
    tag = "v${version}";
    hash = "sha256-+7d/KuuBQSe+U8oIWng8f5D0UObIYfFjikXVdxQ7fX8=";
    hash = "sha256-tBBmY6p0mvV/w2jJCxZq8cFjZqdWioYKljvbU/rR/fo=";
  };

  build-system = [ poetry-core ];