Merge pull request #293219 from fabaff/pex-bump

python311Packages.pex: 2.2.1 -> 2.2.2
This commit is contained in:
Nick Cao 2024-03-04 10:07:36 -05:00 committed by GitHub
commit 981480f801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [