Skip to content

Commit 8db43ec

Browse files
committed
python3Packages.boto3: 1.16.41 -> 1.16.42
1 parent b8da36e commit 8db43ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/boto3/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
buildPythonPackage rec {
1515
pname = "boto3";
16-
version = "1.16.41"; # N.B: if you change this, change botocore too
16+
version = "1.16.42"; # N.B: if you change this, change botocore too
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
sha256 = "sha256-DYTobuAuMshtMONd6WgDA6SAhz3S6Z3NyDSGuS3/sDw=";
20+
sha256 = "sha256-ko5z9R9xRpobDOrR+7N/MERX7FRACDPALAwyjmRYH+o=";
2121
};
2222

2323
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];

0 commit comments

Comments
 (0)