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

python38Packages.pex: 2.1.53 -> 2.1.54
This commit is contained in:
Fabian Affolter 2021-11-01 21:58:10 +01:00 committed by GitHub
commit bdfe7f369b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.53";
version = "2.1.54";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "802cd39468b4bf27ff23d9911f76a6c66689cc906e12b9102aeace6491a8d084";
sha256 = "5878d97e4b6df920cb7b4a45254501746945193289c934c707e36107594c0982";
};
nativeBuildInputs = [