Skip to content

Commit

Permalink
Merge pull request #307607 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pytapo

python311Packages.pytapo: 3.3.19 -> 3.3.20
  • Loading branch information
wegank committed May 4, 2024
2 parents e6f599f + d3d1a0d commit b4414b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytapo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pytapo";
version = "3.3.19";
version = "3.3.20";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-Zm/ll6vOFW05euRgJN+SghVmMkSGQc9CVZkRu3h6AQQ=";
hash = "sha256-lJ3+wGzbgvaB20KOGg3ncKb2XlcraFMk8oEK6newX/A=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b4414b5

Please sign in to comment.