1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

python3Packages.botocore: 1.20.17 -> 1.20.18

This commit is contained in:
Tim Steinbach 2021-03-02 09:54:53 -05:00 committed by Tim Steinbach
parent a77d6a5f2e
commit 2324d8a304

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.17"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.18"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F4zjFdGf4O8z6M5nVKSC0Ano0TLFrcxFf1zx2ZqYdTs=";
sha256 = "sha256-UZALENpK5FvksWBF5bL/fRFYp5VdnXzF5am6MXDxBYY=";
};
propagatedBuildInputs = [