Commit 126cc9c0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.boto3-stubs: 1.42.31 -> 1.42.32

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

buildPythonPackage (finalAttrs: {
  pname = "boto3-stubs";
  version = "1.42.31";
  version = "1.42.32";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-uw2Mk24pOB04y3JL9SGXsf22OBFwfgUuhCwSI1RaDfc=";
    hash = "sha256-b+nI/Rauxo5Gk9U7IVWtXBHQoZhGEGIrzTpusAN4dkg=";
  };

  build-system = [ setuptools ];