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 1145d75 + 4e9ce6f commit eec2a47Copy full SHA for eec2a47
pkgs/development/python-modules/yolink-api/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "yolink-api";
15
- version = "0.4.9";
+ version = "0.5.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "YoSmart-Inc";
22
repo = "yolink-api";
23
tag = "v${version}";
24
- hash = "sha256-9uoI7tuwcxK4nE14AXVVzyD7idkCTzW0xQ3NrmiPq3s=";
+ hash = "sha256-04Hx1Rl15yH0VB5sCyDymRXBSOQ1wnmZOfy6PUKTGWg=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments