python311Packages.pex: 2.4.0 -> 2.6.2

Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.6.2
This commit is contained in:
Fabian Affolter 2024-06-27 14:41:58 +02:00
parent 1032399f52
commit 31657aa41d

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.4.0";
version = "2.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WH6aklJP8Wk1XgxULedM/rIt6XWAV5ur9hOAta7TsD4=";
hash = "sha256-moH0BtoVAbyGJHh9kvKSUoArgsp/IFhG6+J2NOO+FRQ=";
};
build-system = [ hatchling ];