Merge pull request #228700 from fabaff/pex-bump

python310Packages.pex: 2.1.131 -> 2.1.134
This commit is contained in:
Fabian Affolter 2023-04-28 18:32:03 +02:00 committed by GitHub
commit fde1f1a37f
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.131";
version = "2.1.134";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eG1giXUuQfxROe0H8ZhU0qde8LZwRXy6YCiT54mZ6q4=";
hash = "sha256-hVh8N/eTJL5HpxIUkLsnD985zm1pGnD5YDgwJ/3N6dU=";
};
nativeBuildInputs = [