python310Packages.aiobotocore: 2.2.0 -> 2.3.0

main
R. Ryantm 2 years ago
parent 32bebf42ea
commit 7f74141d97
  1. 4
      pkgs/development/python-modules/aiobotocore/default.nix

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiobotocore"; pname = "aiobotocore";
version = "2.2.0"; version = "2.3.0";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-cTV5OcMCJnDXu5SDMZQUekTr/OJLFkPk5E/twe5zSbo="; sha256 = "sha256-/D09YGFBC8GU0J7FReMLRGnV90dw+TespfaqReYqG/4=";
}; };
# relax version constraints: aiobotocore works with newer botocore versions # relax version constraints: aiobotocore works with newer botocore versions

Loading…
Cancel
Save