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

python310Packages.pex: 2.1.109 -> 2.1.110
This commit is contained in:
Jonas Heinrich 2022-10-12 09:30:52 +02:00 committed by GitHub
commit 4efb100eb8
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.109";
version = "2.1.110";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-G9HcDLVvRB+OXmcp2SYp2rSUsbOcKjrN8KdUMQP8DKo=";
hash = "sha256-MYHUTxVc5lh1JnOw10trB6nBiIIExm9cxeHRyKwVzhU=";
};
nativeBuildInputs = [