Merge pull request #160543 from r-ryantm/auto-update/python3.10-pex

python310Packages.pex: 2.1.65 -> 2.1.66
This commit is contained in:
Mario Rodas 2022-02-19 14:12:16 -05:00 committed by GitHub
commit b0778cb30f
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.65";
version = "2.1.66";
format = "flit";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1LCTfspM/wdgDntJnjYh9nMHwIyrx4dJ64AXdSk2kl0=";
sha256 = "sha256-FYDudoCgxk2wkjPVXTnzHzCQRwtHmgJS+2mwoKbj3Ms=";
};
nativeBuildInputs = [