Commit e40fbc57 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.botocore: 1.29.40 -> 1.29.79

parent 6616852b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

buildPythonPackage rec {
  pname = "botocore";
  version = "1.29.40"; # N.B: if you change this, change boto3 and awscli to a matching version
  version = "1.29.79"; # N.B: if you change this, change boto3 and awscli to a matching version

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-5YKsBykBjaQVsLXeFOox/9CtBIOp/bgUeQJSbQY0f7c=";
    hash = "sha256-x97UQGK+07kolEz7CeFXjtP+0OTJjeTyM/PCBWqNSR4=";
  };

  propagatedBuildInputs = [