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

python313Packages.types-awscrt: 0.28.1 -> 0.28.2 (#454926)

parents 6d20f51f c4744541
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "types-awscrt";
  version = "0.28.1";
  version = "0.28.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
    hash = "sha256-Ztd+woPh3JB1JqRFEaEmJBGHI6OWw20/PdmFXLYUzhQ=";
    hash = "sha256-Q0m2/Hsc2cnreCcB+yE4dduJqxeBIZwOlH3XxNnc1l4=";
  };

  build-system = [ setuptools ];