Commit 2265d280 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.boto3-stubs: 1.42.93 -> 1.42.94

parent 923ffa52
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.93";
  version = "1.42.94";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-wfZXcxWdaZOPbxgVOQRuYKu7A5BIgWa+2Z73Al6Z2+Y=";
    hash = "sha256-Y+sKBIdjb8woarnz1/Qb4w3sA2u9ericPM0pr+AL2ec=";
  };

  build-system = [ setuptools ];