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

python310Packages.pex: 2.1.67 -> 2.1.68
This commit is contained in:
Fabian Affolter 2022-03-01 08:41:36 +01:00 committed by GitHub
commit 9fdf99d4ff
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.67";
version = "2.1.68";
format = "flit";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-rtxHRuZ30S81pdWUvQnSImcEX6/vCY/pvKFNY7sJaBw=";
sha256 = "sha256-IuYEDKK4sQQ9xVBfHWtya/t9pLNX2gYcXMBpn72FDyo=";
};
nativeBuildInputs = [