Skip to content

Commit eec2a47

Browse files
authored
python313Packages.yolink-api: 0.4.9 -> 0.5.0 (#395387)
2 parents 1145d75 + 4e9ce6f commit eec2a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/yolink-api/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "yolink-api";
15-
version = "0.4.9";
15+
version = "0.5.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "YoSmart-Inc";
2222
repo = "yolink-api";
2323
tag = "v${version}";
24-
hash = "sha256-9uoI7tuwcxK4nE14AXVVzyD7idkCTzW0xQ3NrmiPq3s=";
24+
hash = "sha256-04Hx1Rl15yH0VB5sCyDymRXBSOQ1wnmZOfy6PUKTGWg=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)