Skip to content

Commit 421b787

Browse files
committed
python3Packages.botocore: 1.19.42 -> 1.19.43
1 parent f061d6f commit 421b787

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1313
buildPythonPackage rec {
1414
pname = "botocore";
15-
version = "1.19.42"; # N.B: if you change this, change boto3 and awscli to a matching version
15+
version = "1.19.43"; # N.B: if you change this, change boto3 and awscli to a matching version
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
sha256 = "sha256-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk=";
19+
sha256 = "sha256-c5jJANvU49YWRyaSFTluo+gIL0lPPntl2basoEnB1GM=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)