python3Packages.aws-encryption-sdk: 4.0.2 -> 4.0.3

This commit is contained in:
R. Ryantm
2025-09-10 10:10:18 +00:00
parent 9c9f9a44d4
commit 652f6e08f4

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aws-encryption-sdk";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-encryption-sdk-python";
tag = "v${version}";
hash = "sha256-yuehAxVEqnlNMMIqA0imAJaIjV5nzYbQk84l8STtBVo=";
hash = "sha256-SlYXob61YLl96NKnmsGZTIU10bfwKYbhLsHjC/tXGI4=";
};
build-system = [ setuptools ];