python310Packages.aiobotocore: 2.1.1 -> 2.1.2

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 631c8aed03
commit 21c4a5ddb0
  1. 4
      pkgs/development/python-modules/aiobotocore/default.nix

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.1.1";
version = "2.1.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-2+mrmXhRwkWLB6hfaCvizPNdZ51d4Pj1cSKfdArXunE=";
sha256 = "sha256-AP1/Q8wEhNjtJ0/QvkkqoWp/6medvqlqYCu3IspMLSI=";
};
# relax version constraints: aiobotocore works with newer botocore versions

Loading…
Cancel
Save