python3Packages.types-awscrt: 0.33.0 -> 0.34.1

This commit is contained in:
R. Ryantm
2026-06-13 12:08:14 +00:00
parent 733bdb9f7a
commit 30480a3cf9
@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-awscrt";
version = "0.33.0";
version = "0.34.1";
pyproject = true;
src = fetchPypi {
pname = "types_awscrt";
inherit (finalAttrs) version;
hash = "sha256-gDvH5+L2FyoKvXHfZZM2j4L8IxJ8oV0ofzYOn8vTqXc=";
hash = "sha256-VZqgQlD2pBmmF9+3iPPhCQOq90cA7yPlIbZKQRuDuAM=";
};
build-system = [ setuptools ];