python311Packages.pex: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-06-06 05:08:28 +00:00
parent 8b79deb9af
commit ecd4391b3b

View File

@ -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 ];