Merge pull request #322901 from fabaff/pex-bump

python311Packages.pex: 2.4.0 -> 2.6.2
This commit is contained in:
Fabian Affolter 2024-06-27 21:15:17 +02:00 committed by GitHub
commit 33e35ee9d6
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.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 ];