Merge pull request #319905 from fabaff/pex-bump

python311Packages.pex: 2.3.2 -> 2.4.0
This commit is contained in:
Fabian Affolter 2024-06-15 08:27:26 +02:00 committed by GitHub
commit 8c8178a754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];