python3Packages.botocore: 1.19.37 -> 1.19.38

This commit is contained in:
Tim Steinbach 2020-12-17 08:56:04 -05:00
parent 582abe1d6d
commit 2492952369
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.19.37"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.38"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "14bl9sklilrz0fsch4zw1rx8zdq6h9va2786wxn36yax8n2i5gv7";
sha256 = "12ipyrm5180lf00q6v669mrfkpw6x4rhzd7fsp6qzz3g1hdwn7hz";
};
propagatedBuildInputs = [