Commit 5cfce990 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.boto3-stubs: 1.42.82 -> 1.42.83

parent 3c1fc352
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.82";
  version = "1.42.83";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-m5hsmOXjHtdhNpeg2dSryLEP7pbWitneosJw3hMFi6k=";
    hash = "sha256-HsvYj0rjV2S56jV5yh6FG2fqCnOkQstAbeJ3/BR42us=";
  };

  build-system = [ setuptools ];