python311Packages.pex: 2.1.148 -> 2.1.149

Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.1.149
This commit is contained in:
Fabian Affolter 2023-11-04 11:06:23 +01:00
parent 47ab3596a7
commit 57566499b9

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.148";
version = "2.1.149";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XRER28ObI9TsZ5h5LkAXhExGq+c4hpoEun2hagkpUXk=";
hash = "sha256-C3RR0WUq63O875v23TQ8GwPGTgGuOqhYhwtfkCMFBfE=";
};
nativeBuildInputs = [