python3Packages.pytapo: 3.4.14 -> 3.4.15

This commit is contained in:
R. Ryantm
2026-06-18 04:54:20 +00:00
parent a0fe7a7f2e
commit 4df6edc093
@@ -12,12 +12,12 @@
buildPythonPackage (finalAttrs: {
pname = "pytapo";
version = "3.4.14";
version = "3.4.15";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-x9XmlTlt/V+0pVFJlQBZmj5CX03LrRhI6cE5VV48GTI=";
hash = "sha256-2hC/MccVar7Xce5TL26qwVMrFQ+bxngiCitNx08Sz3E=";
};
build-system = [ setuptools ];