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

View File

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