Merge pull request #317648 from r-ryantm/auto-update/python311Packages.pex

python311Packages.pex: 2.3.1 -> 2.3.2
This commit is contained in:
Fabian Affolter 2024-06-06 08:14:54 +02:00 committed by GitHub
commit c06dbd0faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0SZMkRYcIRObRUdEyAU+Jbiq0tFdqJIyGBtPOPP1RXU=";
hash = "sha256-X3tbTh1bK34QYmDz0oxAoMTs6kGWFPLNjfW+jyfEYAw=";
};
build-system = [ hatchling ];