0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python311Packages.aws-encryption-sdk: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2024-05-25 19:03:17 +00:00 committed by natsukium
parent 72c5e71641
commit 8e633deb24
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -15,19 +15,19 @@
buildPythonPackage rec {
pname = "aws-encryption-sdk";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-QwT8+M4qo/qYsaz/ejvzzQUowynAxDe1Xg9Fa79iNH4=";
hash = "sha256-6yrboU9IHNg9cWmrjmQplIltOaSmTheWkEprSSVmE7A=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
attrs
boto3
cryptography