From 6de71369b151aa0cfffc93467ae6196b34e0ae8e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 12 Dec 2025 04:49:58 +0000 Subject: [PATCH] python3Packages.types-awscrt: 0.29.2 -> 0.30.0 --- 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 a11df13d9d07..c0d0ba705089 100644 --- a/pkgs/development/python-modules/types-awscrt/default.nix +++ b/pkgs/development/python-modules/types-awscrt/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-awscrt"; - version = "0.29.2"; + version = "0.30.0"; pyproject = true; src = fetchPypi { pname = "types_awscrt"; inherit version; - hash = "sha256-QeAeFNZGh3vTEOfjxJ/xk/g2FIC5Vo6XsWOXdQCbvvo="; + hash = "sha256-Ni/Y9errz82SLLn9gnT7N131UDGfeAMe43eerAuezHk="; }; build-system = [ setuptools ];