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

python310Packages.aliyun-python-sdk-dbfs: 2.0.4 -> 2.0.5
This commit is contained in:
Fabian Affolter 2023-01-07 23:22:59 +01:00 committed by GitHub
commit eb45903a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-dbfs";
version = "2.0.4";
version = "2.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-taevteFOSJMXGLBkw0oTMF7YzpfRxZTRSlrRtcwFa78=";
hash = "sha256-WQyYgjEe2oxNXBcHMhFXJ++XlIWf/rtJylvb6exwg7k=";
};
propagatedBuildInputs = [