python312Packages.pex: 2.2.2 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-03-29 04:05:28 +00:00
parent 8b5339b507
commit fa8d55cd79
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.2.2";
version = "2.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-g5D9v1CZ70viP0C/9lWwJvterJ2KH3oUCKRsxEr9Neg=";
hash = "sha256-fQ/IYjYZL7wUpxslCB6cSMVD19vB57Jw1i7/iK/SJFw=";
};
nativeBuildInputs = [