mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
boto3: 1.14.51 -> 1.14.60
This commit is contained in:
parent
8ec1cb8b7a
commit
8bf7fe69c5
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "boto3";
|
||||
version = "1.14.51"; # N.B: if you change this, change botocore too
|
||||
version = "1.14.60"; # N.B: if you change this, change botocore too
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a6bdb808e948bd264af135af50efb76253e85732c451fa605b7a287faf022432";
|
||||
sha256 = "05s2ysp90mwz5aydzfs9xm3hk9pz7s95zzpjg6g1msyy2gp2gjnq";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
|
||||
|
Loading…
Reference in New Issue
Block a user