Merge pull request #219254 from fabaff/aliyun-python-sdk-iot-bump

python310Packages.aliyun-python-sdk-sts: 3.1.0 -> 3.1.1, python310Packages.aliyun-python-sdk-iot: 8.50.0 -> 8.51.0
This commit is contained in:
Fabian Affolter
2023-03-03 07:56:08 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-iot";
version = "8.50.0";
version = "8.51.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tFI6iPvKWp69PKvkBrMQrkMZD03VHhLIIDy0VI5XLEA=";
hash = "sha256-Aqyvlb+a6Hos6zc6xkd249WUlk8RpdK475eozjwVDDA=";
};
propagatedBuildInputs = [
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-sts";
version = "3.1.0";
version = "3.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CpUMw2qdY+5a99WgFLp0p00kQVnuvf3yMOZqTztqnRA=";
hash = "sha256-1pCgIw2Glc5Fyp/eoJJXew80SJz7VDcg9vvUpeZpBYk=";
};
propagatedBuildInputs = [