Commit 54e48f26 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.boto3-stubs: 1.40.56 -> 1.40.58

parent 1692f84f
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.56";
  version = "1.40.58";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-5WRFI+/39Qut5en0okVEtA+EnpBRlJ41ASA6IGJ/QmM=";
    hash = "sha256-sFNouS4oNbynsBXznAD9YcNcsSerN+lTYdx6qZN7lo4=";
  };

  build-system = [ setuptools ];