3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.pylutron-caseta: 0.17.1 -> 0.18.0
This commit is contained in:
Fabian Affolter 2023-01-19 08:40:19 +01:00 committed by GitHub
commit 0680f617a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};