Merge pull request #256591 from r-ryantm/auto-update/python310Packages.pex

python310Packages.pex: 2.1.145 -> 2.1.147
This commit is contained in:
Fabian Affolter 2023-09-22 08:41:26 +02:00 committed by GitHub
commit ecf214344a
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.145";
version = "2.1.147";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1rrIxOjOdGz+Xxb6QrH6Zth/eF+zaBOGFf4I9P17nbI=";
hash = "sha256-oTzMMTbq+prKNE8hhBWsRvhxBD+Ca/M1pVuppSByjp4=";
};
nativeBuildInputs = [