3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aiobotocore: 2.3.0 -> 2.3.4

This commit is contained in:
R. Ryantm 2022-07-19 22:26:55 +00:00
parent 6f884c2f43
commit 8dbbc14b9e

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.3.0";
version = "2.3.4";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/D09YGFBC8GU0J7FReMLRGnV90dw+TespfaqReYqG/4=";
sha256 = "sha256-ZVTr6ldk9m9L5USk/KoJU+6A5gDde9gYukiT1yvxK/s=";
};
# relax version constraints: aiobotocore works with newer botocore versions