python312Packages.pex: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-04-12 19:21:41 +00:00
parent 76e0e59bfa
commit e7e00f901d

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fQ/IYjYZL7wUpxslCB6cSMVD19vB57Jw1i7/iK/SJFw=";
hash = "sha256-0SZMkRYcIRObRUdEyAU+Jbiq0tFdqJIyGBtPOPP1RXU=";
};
build-system = [