forked from mirrors/nixpkgs
Merge pull request #182144 from r-ryantm/auto-update/python3.10-aiobotocore
python310Packages.aiobotocore: 2.3.0 -> 2.3.4
This commit is contained in:
commit
9bde9353e9
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiobotocore";
|
pname = "aiobotocore";
|
||||||
version = "2.3.0";
|
version = "2.3.4";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-/D09YGFBC8GU0J7FReMLRGnV90dw+TespfaqReYqG/4=";
|
sha256 = "sha256-ZVTr6ldk9m9L5USk/KoJU+6A5gDde9gYukiT1yvxK/s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# relax version constraints: aiobotocore works with newer botocore versions
|
# relax version constraints: aiobotocore works with newer botocore versions
|
||||||
|
|
Loading…
Reference in a new issue