Unverified Commit 933c5906 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.types-awscrt: 0.27.1 -> 0.27.2 (#409084)

parents a429c62f f61f209f
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.27.1";
  version = "0.27.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
    hash = "sha256-PCvuUu5FAi2q9PEG1dG18P8Kjj5gk92mX1MVt2abxBg=";
    hash = "sha256-rNBPVxGesVYmqwupFX/CRnJCHeVue9e59haB/t7kTpE=";
  };

  build-system = [ setuptools ];