Merge pull request #299905 from r-ryantm/auto-update/python312Packages.pex

python312Packages.pex: 2.2.2 -> 2.3.0
This commit is contained in:
Nick Cao 2024-03-29 10:29:16 -04:00 committed by GitHub
commit cf9be2bf50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
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 = [
build-system = [
hatchling
];