Commit 29d5375d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.boto3-stubs: 1.42.62 -> 1.42.63

parent 186def5e
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.62";
  version = "1.42.63";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-We6ip2ivdKj9li8KLDn5s6qJdTKkmiW6dHrz5Lrl+FM=";
    hash = "sha256-tkcmyGwLPvvGzNTwUQ+lqCecrsRto2qRwDeks5UAHmg=";
  };

  build-system = [ setuptools ];