Merge pull request #252409 from fabaff/types-awscrt-bump

python311Packages.types-awscrt: 0.19.0 -> 0.19.1
This commit is contained in:
Fabian Affolter 2023-08-30 22:24:22 +02:00 committed by GitHub
commit 4bc4b25eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.19.0";
version = "0.19.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-6u9gQiz3FrSuIW8WS3TWecgrDZxT2zgKN96ymuVXmxs=";
hash = "sha256-YYM6oUDnJKkJgCVhD0uM3j3PZbhCYx10RzePn1204f0=";
};
nativeBuildInputs = [