python3Packages.aiobotocore: 1.4.2 -> 2.1.0

main
Jonathan Ringer 2 years ago committed by Martin Weinelt
parent 02dcdf714b
commit 0a9f3ce2a5
  1. 4
      pkgs/development/python-modules/aiobotocore/default.nix

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "1.4.2";
version = "2.1.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "c2f4ef325aaa839e9e2a53346b4c1c203656783a4985ab36fd4c2a9ef2dc1d2b";
sha256 = "5fd4d7aefa0896fe4dd32815ead8a52ed5ccb8016c7c5743fe8ff71c3c074120";
};
# relax version constraints: aiobotocore works with newer botocore versions

Loading…
Cancel
Save