python3Packages.botocore: 1.19.47 -> 1.19.48

This commit is contained in:
Tim Steinbach 2021-01-05 09:39:24 -05:00
parent 57e1a17ad0
commit 38a97a1694
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.19.47"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.48"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-FVhKhtbLH5TqeF6NPJj67/jd0BBTVuHBBhGNmsEvqJE=";
sha256 = "sha256-uVTFlvi98x1f3x7/iiKWvegJTh4ilhp5uDu2Ld66ikk=";
};
propagatedBuildInputs = [