mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
python311Packages.aiobotocore: 2.9.1 -> 2.11.2
Diff: https://github.com/aio-libs/aiobotocore/compare/refs/tags/2.9.1...2.11.2 Changelog: https://github.com/aio-libs/aiobotocore/releases/tag/2.11.2
This commit is contained in:
parent
8676f4b496
commit
b3d33e184f
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiobotocore";
|
||||
version = "2.9.1";
|
||||
version = "2.11.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "aio-libs";
|
||||
repo = "aiobotocore";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-cODdmP/O24fNIugzl4AYdf3g4Gzwx3JseYKbZKgEPbc=";
|
||||
hash = "sha256-H9nsLPxjv3H5y6+5piBt6Pb+Wks4vwOitM+WQtyViPs=";
|
||||
};
|
||||
|
||||
# Relax version constraints: aiobotocore works with newer botocore versions
|
||||
|
Loading…
Reference in New Issue
Block a user