Fabian Affolter
2025-04-16 10:25:09 +02:00
parent bbaef2f9ae
commit ff4e586fd2
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "kasa-crypt";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "kasa-crypt";
tag = "v${version}";
hash = "sha256-eP8GgogyvmrPbsXGWq9RqkinezNGVlDXC/BfgO+dUJ0=";
hash = "sha256-0E82lMop1fW2NHBO+lQzces19059vMDFeKzLAD9YrEw=";
};
postPatch = ''