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

This commit is contained in:
Nick Cao
2025-05-20 21:18:17 -04:00
committed by GitHub
@@ -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 ];