···12121313buildPythonPackage rec {
1414 pname = "botocore";
1515- version = "1.20.33"; # N.B: if you change this, change boto3 and awscli to a matching version
1515+ version = "1.20.34"; # N.B: if you change this, change boto3 and awscli to a matching version
16161717 src = fetchPypi {
1818 inherit pname version;
1919- sha256 = "sha256-41UwUwlpnTrKHgBQ/CHUhZW0DbBGyw0kkc1X/1smkgs=";
1919+ sha256 = "sha256-dJvbFR40AynxslYAv+nSI+kw+LomvXS3FHjKV4Hy/q8=";
2020 };
21212222 propagatedBuildInputs = [
···2424 description = "Rebuild Sphinx documentation on changes, with live-reload in the browser";
2525 homepage = "https://github.com/executablebooks/sphinx-autobuild";
2626 license = with licenses; [ mit ];
2727- maintainer = with maintainers; [holgerpeters];
2727+ maintainers = with maintainers; [holgerpeters];
2828 };
2929}
···2828in
2929with py.pkgs; buildPythonApplication rec {
3030 pname = "awscli";
3131- version = "1.19.33"; # N.B: if you change this, change botocore and boto3 to a matching version too
3131+ version = "1.19.34"; # N.B: if you change this, change botocore and boto3 to a matching version too
32323333 src = fetchPypi {
3434 inherit pname version;
3535- sha256 = "sha256-Rz0aZTsFV3RAdH04d3jvvqi1wFuIIx3SFddONhM8c8E=";
3535+ sha256 = "sha256-RJ+ibZmOxH4r+pGI/rrkRES89u0IRUU3sSE5OFSJ2qw=";
3636 };
37373838 # https://github.com/aws/aws-cli/issues/4837