Merge pull request #203389 from r-ryantm/auto-update/python310Packages.pex

python310Packages.pex: 2.1.114 -> 2.1.116
This commit is contained in:
Mario Rodas 2022-11-29 02:26:45 -05:00 committed by GitHub
commit 4ea4a36a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.114";
version = "2.1.117";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EfeoSik6vYQS4MAulfM2xfRUGYG308QzWAj4buCXX4U=";
hash = "sha256-Q1dz/xEQuJOrelDAB3YhISK6HPsqBQXGAx7Qgpqq+6w=";
};
nativeBuildInputs = [