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

python314Packages.types-awscrt: 0.31.1 -> 0.31.2

parent 4c517e6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage (finalAttrs: {
  pname = "types-awscrt";
  version = "0.31.1";
  version = "0.31.2";
  pyproject = true;

  src = fetchPypi {
    pname = "types_awscrt";
    inherit (finalAttrs) version;
    hash = "sha256-CLE0lPk/RcGpLrJkdV/OUO0NHcdQWau14xZw/rmglyQ=";
    hash = "sha256-3HlwWs0kCUZWuBBbjXmdfic8jqw3xpE331gM2EvrVPY=";
  };

  build-system = [ setuptools ];