Merge pull request #198308 from r-ryantm/auto-update/python310Packages.awscrt

python310Packages.awscrt: 0.14.7 -> 0.15.1
This commit is contained in:
Fabian Affolter 2022-10-29 10:46:21 +02:00 committed by GitHub
commit fdc3ca1458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.14.7";
version = "0.15.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-59bwgjT3zFYx4q8G5Bi5RMUSQCVIlupu7rtycgXNXtg=";
hash = "sha256-2VBdad9NL19eW2Djot2gkynyjSCUvG4f0KnEub6M0vg=";
};
buildInputs = lib.optionals stdenv.isDarwin [