We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8da36e commit 8db43ecCopy full SHA for 8db43ec
1 file changed
pkgs/development/python-modules/boto3/default.nix
@@ -13,11 +13,11 @@
13
14
buildPythonPackage rec {
15
pname = "boto3";
16
- version = "1.16.41"; # N.B: if you change this, change botocore too
+ version = "1.16.42"; # N.B: if you change this, change botocore too
17
18
src = fetchPypi {
19
inherit pname version;
20
- sha256 = "sha256-DYTobuAuMshtMONd6WgDA6SAhz3S6Z3NyDSGuS3/sDw=";
+ sha256 = "sha256-ko5z9R9xRpobDOrR+7N/MERX7FRACDPALAwyjmRYH+o=";
21
};
22
23
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
0 commit comments