Skip to content

Commit

Permalink
python313Packages.tplink-omada-client: 1.4.3 -> 1.4.4 (NixOS#373388)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 13, 2025
2 parents ec9b3a1 + 772f02c commit e3e82f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.4.3";
version = "1.4.4";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-REzjeZs2Ddhw2TLD4Vp75XT2iLaxxzDK/F3UmrC1deo=";
hash = "sha256-6MiPgseHrqgD+DGth5rJ03HK+0YfBpmDPXybzrTDeeA=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit e3e82f7

Please sign in to comment.