Merge pull request #234249 from fabaff/aliyun-python-sdk-config-bump

python311Packages.aliyun-python-sdk-config: 2.2.8 -> 2.2.9
This commit is contained in:
Nick Cao
2023-05-26 20:45:08 -06:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-config";
version = "2.2.8";
version = "2.2.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0rGI2YMT78gstfHmQD63hdvICQ3WlKgkx8unsDegaXw=";
hash = "sha256-5uRiOJAxq1zcJX+CyDnTG5BG1eFcJ43HdfpWUoZ5FSM=";
};
propagatedBuildInputs = [