Commit fc1499b0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.boto3-stubs: 1.41.0 -> 1.41.1

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

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.41.0";
  version = "1.41.1";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-dNE48tL19IFAvoHWgHIrAZTgm8340ggKkUwh0nfCz+M=";
    hash = "sha256-dRusG/uvyg2zCzbfAjxiKtqU2mG1OjMl31SQdZ/7bG8=";
  };

  build-system = [ setuptools ];