python312Packages.pytapo: 3.3.37 -> 3.3.38 (#373943)

This commit is contained in:
OTABI Tomoya 2025-01-19 22:01:01 +09:00 committed by GitHub
commit d114ef52ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.37";
version = "3.3.38";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-InDbfWzRb+Q+E6feeatHIliq83g83oUfo3Yze/BAJdM=";
hash = "sha256-o3onR27lKg2QAa1Tgdidv6iOzqb/XlkJPq+vkkIhnAY=";
};
build-system = [ setuptools ];