python3Packages.pytapo: 3.4.12 -> 3.4.13

This commit is contained in:
R. Ryantm
2026-04-18 02:13:00 +00:00
parent 025c852a89
commit eb4c1c8592
@@ -12,12 +12,12 @@
buildPythonPackage (finalAttrs: {
pname = "pytapo";
version = "3.4.12";
version = "3.4.13";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-FK8ELrhCZ7jHyziK+mOGPj4NW7R8FN0mkynSUfnQ17s=";
hash = "sha256-+PQ5x8ob59AhcCaqs/KKS3/7ywe0bkZUvun/sVGBtNA=";
};
build-system = [ setuptools ];