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

python310Packages.pex: 2.1.82 -> 2.1.84
This commit is contained in:
Fabian Affolter 2022-04-30 11:32:42 +02:00 committed by GitHub
commit 8b578082e0
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.82";
version = "2.1.84";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VwbpcKPtPH/43E+lfzUken8JvX8QtTa6o0H0S2RXbYk=";
hash = "sha256-tjPjLzNOO/PUU6EItLYyQw+KPekIwboTBn98T8wHpHw=";
};
nativeBuildInputs = [