Commit 0b7812de authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.boto3-stubs: 1.42.80 -> 1.42.81

parent e2d406e5
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.80";
  version = "1.42.81";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-XL+8qaM0jhomM09WV7i5kSCks7NuOXv0I3ctmxHErJs=";
    hash = "sha256-Uj5V8WXn7hekUxn7GumwotpNIQgHqEY+vTJNQ0U94fU=";
  };

  build-system = [ setuptools ];