python312Packages.pytapo: 3.3.42 -> 3.3.44

This commit is contained in:
R. Ryantm 2025-04-20 09:11:06 +00:00
parent f315f1ad9d
commit 7b515028e1

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.42";
version = "3.3.44";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wToCKRmFyhsrRxDLcOtWagVVEPn4mYzfWxz3qwTnP2I=";
hash = "sha256-2/Wzc54a7LpphmH5qDp0M9SnmuCVGXCmhkoy4YSAZc0=";
};
build-system = [ setuptools ];