From 2de8c6acf300f313efe41af8fd3cf2383af6542d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:26 +0200 Subject: [PATCH] python3Packages.awscrt: 0.24.2 -> 0.25.4 https://github.com/awslabs/aws-crt-python/releases/tag/v0.25.4 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/awscrt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/awscrt/default.nix b/pkgs/development/python-modules/awscrt/default.nix index ba916a057817..6797275372df 100644 --- a/pkgs/development/python-modules/awscrt/default.nix +++ b/pkgs/development/python-modules/awscrt/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "awscrt"; - version = "0.24.2"; + version = "0.25.4"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-sqa/+5nFbDYmjRNZrYM8F58xrnlsz77Zv1XDSEbhMdA="; + hash = "sha256-v+qF5CQBhBN/6UrJKU5Sv9CyLpOxB0jZkHyGq4YAX0I="; }; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [