Commit 4c05d5ce authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.boto3-stubs: 1.40.64 -> 1.40.69

parent 5f42e29b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -358,13 +358,13 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.40.64";
  version = "1.40.69";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-r0p/tnvaDBJ3r81FolBlYFVn0mCor9NLvfF5nSSSM08=";
    hash = "sha256-JEEhZyxhS1hCbxYw9Whagh9KjP9J3u1ZoofZ2Rx6TWQ=";
  };

  build-system = [ setuptools ];