1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #329726 from r-ryantm/auto-update/python312Packages.pytapo

python312Packages.pytapo: 3.3.23 -> 3.3.30
This commit is contained in:
Martin Weinelt 2024-07-25 23:19:43 +02:00 committed by GitHub
commit 7bb8abbaac
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.23";
version = "3.3.30";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fjZ3DK95d0keYaMbBaRJTncnaxpWea+kIGzhh/fYDxw=";
hash = "sha256-zSeDeGD/78bIoKm6B8BN4qWQE1ivNgyvnrGtgsekM3M=";
};
build-system = [ setuptools ];