Unverified Commit 15578fd7 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pysmartthings: 3.3.4 -> 3.5.0 (#465415)

parents 7d680326 431debef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

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

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

  build-system = [ poetry-core ];