0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00
Fabian Affolter 2024-10-07 13:40:52 +02:00
parent 551c0f1ec4
commit c7d19df42c

View file

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylutron-caseta"; pname = "pylutron-caseta";
version = "0.21.1"; version = "0.22.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "gurumitts"; owner = "gurumitts";
repo = "pylutron-caseta"; repo = "pylutron-caseta";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-u2FPWDWBSoS5mJPnYAkLTQR6K8YLDs77djdWL+7840o="; hash = "sha256-8NO1IAm16b5jxjVPSQqOSx5hJjAOAXyOknqwkgPT5Zo=";
}; };
nativeBuildInputs = [ hatchling ]; nativeBuildInputs = [ hatchling ];