python3Packages.pex: 2.12.1 -> 2.20.1

https://github.com/pantsbuild/pex/releases/tag/v2.20.1
This commit is contained in:
Martin Weinelt
2024-10-13 11:08:58 +02:00
parent cedee75e0f
commit 47500bbc61
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.12.1";
version = "2.20.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KBD9sRqtQT02RfyXurUiGy28bucB7l/irF/fPmVeGwc=";
hash = "sha256-JvZiVb/qzkILBaALrCU2rldUgSgSD1eo4AqMPgEdJ50=";
};
build-system = [ hatchling ];