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

python310Packages.pex: 2.1.85 -> 2.1.87
This commit is contained in:
Fabian Affolter 2022-05-15 11:16:48 +02:00 committed by GitHub
commit 005929badb
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.85";
version = "2.1.87";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ABRidGtJikMIHItT21MJdiIqpA26IUN1aFMNyRVKyDA=";
hash = "sha256-LPOHpylnWxwEdPT3oJjbn8NkTY9tE/pMyGE8Dy7nwrU=";
};
nativeBuildInputs = [