python311Packages.pex: 2.2.1 -> 2.2.2

Changelog: https://github.com/pantsbuild/pex/releases/tag/v2.2.2
This commit is contained in:
Fabian Affolter
2024-03-04 13:11:14 +01:00
parent 9b4937d421
commit a03ae281da
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-I63eX9BDn9RGitEFZiulsjEYVAsmYyvSNi3+2tIrGv8=";
hash = "sha256-g5D9v1CZ70viP0C/9lWwJvterJ2KH3oUCKRsxEr9Neg=";
};
nativeBuildInputs = [