From c4744541bb81971f1165d96d45645203535d0c5b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 Oct 2025 16:18:06 +0200 Subject: [PATCH] python313Packages.types-awscrt: 0.28.1 -> 0.28.2 Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.28.2 --- pkgs/development/python-modules/types-awscrt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-awscrt/default.nix b/pkgs/development/python-modules/types-awscrt/default.nix index 5ea39543c847..22f329b3afac 100644 --- a/pkgs/development/python-modules/types-awscrt/default.nix +++ b/pkgs/development/python-modules/types-awscrt/default.nix @@ -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 ];