python313Packages.pex: 2.33.1 -> 2.38.1

Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.38.1
This commit is contained in:
Fabian Affolter
2025-05-18 09:24:16 +02:00
parent 34a396a05c
commit 8e315d8849
@@ -36,12 +36,12 @@ let
in
buildPythonPackage rec {
pname = "pex";
version = "2.33.1";
version = "2.38.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-kHTvgXe51TencKDkFQAAdyPXuJLBNpJ0NIy1KB8p5JQ=";
hash = "sha256-ejd9JWmDutYpwR+KPiS90Y3XKyyOwRAMpCEN013VMdI=";
};
preBuild = ''