mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
python3Packages.aiobotocore: 1.1.2 -> 1.2.2
This commit is contained in:
parent
aa8101350d
commit
9996669ef1
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiobotocore";
|
pname = "aiobotocore";
|
||||||
version = "1.1.2";
|
version = "1.2.2";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fn9hgcg3qr9f7srjxc21bzkiix4al9308531slwlm99r0x3xcjl";
|
sha256 = "37c23166603a3bd134e5f6fc22dbbf8c274d4d24c71418fba292ed2cd7a0bf43";
|
||||||
};
|
};
|
||||||
|
|
||||||
# relax version constraints: aiobotocore works with newer botocore versions
|
# relax version constraints: aiobotocore works with newer botocore versions
|
||||||
|
Loading…
Reference in New Issue
Block a user