lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.botocore: 1.19.31 -> 1.19.35

+2 -2
+2 -2
pkgs/development/python-modules/botocore/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "botocore"; 15 - version = "1.19.31"; # N.B: if you change this, change boto3 and awscli to a matching version 15 + version = "1.19.35"; # N.B: if you change this, change boto3 and awscli to a matching version 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "0z8pmkr7j2w90qpd25wv0j1z4kqx90j6ch8c8irlyj84wx61skk2"; 19 + sha256 = "08vymgdv3d0394gqgmbzqk00248zhkigfc21vwbhf1lva08ajfk3"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [