python3Packages.aiobotocore: 1.3.0 -> 1.3.1

wip/nixpkgs-raku
Martin Weinelt 3 years ago committed by Jonathan Ringer
parent 3422fbf2b5
commit 16039d951a
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/python-modules/aiobotocore/default.nix

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "1.3.0";
version = "1.3.1";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "17pcdi69bwdfw2wv3a0fhira5gimw88sp2wf47yqz50z1ckhv2c1";
sha256 = "8ecee55346651e0f4cbda883e3e16cfe11460b8d7adcc08d0017cbb867636ae1";
};
# relax version constraints: aiobotocore works with newer botocore versions

Loading…
Cancel
Save