Merge pull request #141633 from r-ryantm/auto-update/python38Packages.pex

python38Packages.pex: 2.1.51 -> 2.1.52
This commit is contained in:
figsoda 2021-10-14 16:56:17 -04:00 committed by GitHub
commit 20c48588a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.51";
version = "2.1.52";
src = fetchPypi {
inherit pname version;
sha256 = "32c5bf3926c1ac001d57f6b7569fc1fdd7ccfe747190f2e61d6baf610811beb8";
sha256 = "6ab60a316892e6e7c6a39cdcbd324d2c3d763b2fe60f381a6fe34b671f24b6e0";
};
nativeBuildInputs = [ setuptools ];