Skip to content

Commit b8da36e

Browse files
committed
python3Packages.botocore: 1.19.41 -> 1.19.42
1 parent 6ae253f commit b8da36e

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.41"; # N.B: if you change this, change boto3 and awscli to a matching version
15+
version = "1.19.42"; # 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-VKillJeoO6LYn7lPht0HtiLXtfHW6ZJSIuu8ResNY6w=";
19+
sha256 = "sha256-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)