python3Packages.kasa-crypt: 0.6.3 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-10-07 03:45:33 +00:00
parent 0bcf98ab2f
commit 55975041b8
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "kasa-crypt";
version = "0.6.3";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "kasa-crypt";
tag = "v${version}";
hash = "sha256-PQycv0JHXKIEzuKVnXoyuU/BfKG19r3eDE4rYDiYYaY=";
hash = "sha256-rSRLrlV3QLatI2G8sd2jDwd6U8k4MrJil62ki1kNEMc=";
};
build-system = [