python310Packages.pex: 2.1.116 -> 2.1.117

https://github.com/pantsbuild/pex/releases/tag/v2.1.117
This commit is contained in:
Mario Rodas 2022-11-29 04:20:00 +00:00
parent 4ffc4ebacd
commit 6b4f497e1f

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.116";
version = "2.1.117";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JWQhU928BJcsDp70OeRnUzU4nC/AxuWCIPzz2jAMPoM=";
hash = "sha256-Q1dz/xEQuJOrelDAB3YhISK6HPsqBQXGAx7Qgpqq+6w=";
};
nativeBuildInputs = [