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 6ae253f commit b8da36eCopy full SHA for b8da36e
1 file changed
pkgs/development/python-modules/botocore/default.nix
@@ -12,11 +12,11 @@
12
13
buildPythonPackage rec {
14
pname = "botocore";
15
- version = "1.19.41"; # N.B: if you change this, change boto3 and awscli to a matching version
+ version = "1.19.42"; # N.B: if you change this, change boto3 and awscli to a matching version
16
17
src = fetchPypi {
18
inherit pname version;
19
- sha256 = "sha256-VKillJeoO6LYn7lPht0HtiLXtfHW6ZJSIuu8ResNY6w=";
+ sha256 = "sha256-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk=";
20
};
21
22
propagatedBuildInputs = [
0 commit comments