Unverified Commit 5d8dceda authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python314Packages.types-awscrt: 0.31.1 -> 0.31.2 (#491711)

parents b06c6d36 c37e3d33
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 ];