mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.awscrt: 0.33.0 -> 0.36.2
https://github.com/awslabs/aws-crt-python/releases/tag/v0.36.2 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "awscrt";
|
||||
version = "0.33.0";
|
||||
version = "0.36.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-K0wP8DsZQmeNhvcJQ0LeyUZLTfC6PjaSsoQXyVuVp9s=";
|
||||
hash = "sha256-amrRccw7snY/sAbJxcHD34XZwdMLLKCQjOU55e5pRik=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user