python3Packages.botocore: 1.19.25 -> 1.19.31

wip/yesman
Tim Steinbach 4 years ago
parent 1c6b12dee1
commit 6d369f81ca
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
  1. 4
      pkgs/development/python-modules/botocore/default.nix

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.19.25"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.31"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "15hd5f2ars1hd3y2gh846fd0ydcgyjmkvncr6rdn4whbb5wkkbyc";
sha256 = "0z8pmkr7j2w90qpd25wv0j1z4kqx90j6ch8c8irlyj84wx61skk2";
};
propagatedBuildInputs = [

Loading…
Cancel
Save