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

This commit is contained in:
Sandro 2021-08-25 13:55:38 +02:00 committed by GitHub
commit 8723b6b237
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.45";
version = "2.1.46";
src = fetchPypi {
inherit pname version;
sha256 = "e5b0de7b23e1f578f93559a08a01630481b0af3dc9fb3e130b14b99baa83491b";
sha256 = "28958292ab6a149ef7dd7998939a6e899b2f1ba811407ea1edac9d2d84417dfd";
};
nativeBuildInputs = [ setuptools ];