python313Packages.pex: 2.33.1 -> 2.38.1
Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.38.1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user