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 f061d6f commit 421b787Copy full SHA for 421b787
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.42"; # N.B: if you change this, change boto3 and awscli to a matching version
+ version = "1.19.43"; # 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-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk=";
+ sha256 = "sha256-c5jJANvU49YWRyaSFTluo+gIL0lPPntl2basoEnB1GM=";
20
};
21
22
propagatedBuildInputs = [
0 commit comments