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

Merge pull request #211466 from fabaff/pylutron-caseta-bump

python310Packages.pylutron-caseta: 0.17.1 -> 0.18.0
parents d0371c6b dc7e470e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pylutron-caseta";
  version = "0.17.1";
  version = "0.18.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -20,8 +20,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "gurumitts";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-W3OfYNVendYOrwN/WGeAkNAnZctvlssZ3Bvp5caPZao=";
    rev = "refs/tags/v${version}";
    hash = "sha256-7bQgMDmvEAvnEoHZxZ9JzYsx1JR9W5eYuvcVUmYM/dw=";
  };

  nativeBuildInputs = [
@@ -50,6 +50,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module o control Lutron Caseta devices";
    homepage = "https://github.com/gurumitts/pylutron-caseta";
    changelog = "https://github.com/gurumitts/pylutron-caseta/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };