python312Packages.pytapo: 3.3.42 -> 3.3.44 (#400301)

This commit is contained in:
Weijia Wang 2025-04-28 00:16:40 +02:00 committed by GitHub
commit 1bf484031f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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