Skip to content

Commit

Permalink
python312Packages.ayla-iot-unofficial: 1.4.3 -> 1.4.4 (#355354)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Nov 12, 2024
2 parents d30293d + 7491971 commit 8959c26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "ayla-iot-unofficial";
version = "1.4.3";
version = "1.4.4";
pyproject = true;

src = fetchFromGitHub {
owner = "rewardone";
repo = "ayla-iot-unofficial";
rev = "refs/tags/v${version}";
hash = "sha256-y2SjnM48OYyXhBxLHE8R9di4ErORUgS87m/FKs21NLU=";
hash = "sha256-LYHfu02FYoL2D9dEL3CM3llRXMa2M3EMU9CAsl1Cgoo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 8959c26

Please sign in to comment.