We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d30293d + 7491971 commit 8959c26Copy full SHA for 8959c26
pkgs/development/python-modules/ayla-iot-unofficial/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "ayla-iot-unofficial";
15
- version = "1.4.3";
+ version = "1.4.4";
16
pyproject = true;
17
18
src = fetchFromGitHub {
19
owner = "rewardone";
20
repo = "ayla-iot-unofficial";
21
rev = "refs/tags/v${version}";
22
- hash = "sha256-y2SjnM48OYyXhBxLHE8R9di4ErORUgS87m/FKs21NLU=";
+ hash = "sha256-LYHfu02FYoL2D9dEL3CM3llRXMa2M3EMU9CAsl1Cgoo=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments