python313Packages.aliyun-python-sdk-sts: 3.1.2 -> 3.1.3 (#422296)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aliyun-python-sdk-sts";
|
||||
version = "3.1.2";
|
||||
version = "3.1.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-GLzieAX0j/aEKeKj37PtBQJy3c2zWgy1no7/lXiYSU0=";
|
||||
hash = "sha256-Iv7bi60T+WbnEaH0Zi7te52zNEG8BapLD5GKoB4JuWc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ aliyun-python-sdk-core ];
|
||||
|
||||
Reference in New Issue
Block a user