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

python3Packages.botocore: 1.18.18 -> 1.19.25

This commit is contained in:
Tim Steinbach 2020-11-25 12:45:06 -05:00
parent 91fdfd88b7
commit 1ff8d1b172
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

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