summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-07-13 21:13:02 +0200
committerGitHub <noreply@github.com>2022-07-13 21:13:02 +0200
commitcf7207c882faae86e12ac2b356cb8da8656befcf (patch)
tree4caab7eb8d9062e942f30ebe144fe2b5074241ae /pkgs/development/python-modules
parentbee8b6b38900aece7cb6d0908e64d98813e2bf5a (diff)
parent011e5efc598156d76c770dcd2f8abc431a3a68c6 (diff)
Merge pull request #181276 from fabaff/yolink-api-bump
python310Packages.yolink-api: 0.0.8 -> 0.0.9
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/yolink-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/yolink-api/default.nix b/pkgs/development/python-modules/yolink-api/default.nix
index 17cd0d345faf..4247cb7d7895 100644
--- a/pkgs/development/python-modules/yolink-api/default.nix
+++ b/pkgs/development/python-modules/yolink-api/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yolink-api";
- version = "0.0.8";
+ version = "0.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = pname;
rev = "v${version}";
- hash = "sha256-jKyugylgV9B8+PxUPsz4YtQjCfhB8NA2BYMxJOqkIP8=";
+ hash = "sha256-ROw+azrexDfATo7KtFwNEx175s6O6Zqcv9bZbOHMnP8=";
};
propagatedBuildInputs = [