python311Packages.pex: 2.3.2 -> 2.4.0

Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.4.0
This commit is contained in:
Fabian Affolter
2024-06-14 22:24:06 +02:00
parent 3e6b936916
commit ba12148e01
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.3.2";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-X3tbTh1bK34QYmDz0oxAoMTs6kGWFPLNjfW+jyfEYAw=";
hash = "sha256-WH6aklJP8Wk1XgxULedM/rIt6XWAV5ur9hOAta7TsD4=";
};
build-system = [ hatchling ];