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

python3Packages.pylutron-caseta: 0.11.0 -> 0.13.0

authored by

Fabian Affolter and committed by
GitHub
974f19d7 8b9fc507

+8 -4
+8 -4
pkgs/development/python-modules/pylutron-caseta/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "pylutron-caseta"; 14 - version = "0.11.0"; 15 - disabled = pythonOlder "3.5"; 16 17 src = fetchFromGitHub { 18 owner = "gurumitts"; 19 repo = pname; 20 rev = "v${version}"; 21 - sha256 = "sha256-2w8kRSZK9Bq3O6r6i0CJgxEXGo8KsWah9bMLlDNzMGk="; 22 }; 23 24 propagatedBuildInputs = [ ··· 32 pytestCheckHook 33 ]; 34 35 - pythonImportsCheck = [ "pylutron_caseta" ]; 36 37 meta = with lib; { 38 description = "Python module o control Lutron Caseta devices";
··· 11 12 buildPythonPackage rec { 13 pname = "pylutron-caseta"; 14 + version = "0.13.0"; 15 + format = "setuptools"; 16 + 17 + disabled = pythonOlder "3.7"; 18 19 src = fetchFromGitHub { 20 owner = "gurumitts"; 21 repo = pname; 22 rev = "v${version}"; 23 + sha256 = "sha256-pVBFlGguVN6b3YY2lFF8KG83tBuotLmWLq/dKjRKAUQ="; 24 }; 25 26 propagatedBuildInputs = [ ··· 34 pytestCheckHook 35 ]; 36 37 + pythonImportsCheck = [ 38 + "pylutron_caseta" 39 + ]; 40 41 meta = with lib; { 42 description = "Python module o control Lutron Caseta devices";