Merge pull request #137990 from r-ryantm/auto-update/python3.8-pex

This commit is contained in:
Sandro 2021-09-15 13:22:47 +02:00 committed by GitHub
commit a950109426
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.49";
version = "2.1.50";
src = fetchPypi {
inherit pname version;
sha256 = "af536388eeede93111d8ef0af4a80cbb3d847c1a1470c6f34f3abe83deac1b91";
sha256 = "c67365b26060452631c0083a0f5d50af3cba9287b84b2c157404c959cb4bb74d";
};
nativeBuildInputs = [ setuptools ];