python312Packages.pex: 2.7.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2024-07-28 12:20:15 +00:00
parent a5b2fe7374
commit ffbef01262
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.7.0";
version = "2.12.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tL+Roe2GHSVm6tIxIWXI6ek8rOMN8Ak2+Xe5ebn497E=";
hash = "sha256-KBD9sRqtQT02RfyXurUiGy28bucB7l/irF/fPmVeGwc=";
};
build-system = [ hatchling ];