Merge pull request #195068 from r-ryantm/auto-update/python310Packages.pex

python310Packages.pex: 2.1.108 -> 2.1.109
This commit is contained in:
Fabian Affolter 2022-10-08 15:17:13 +02:00 committed by GitHub
commit 55dbc2fcb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.108";
version = "2.1.109";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7BJj850k1hiBykIy25lyt09niZOTp7sxbvo5M89ZV08=";
hash = "sha256-G9HcDLVvRB+OXmcp2SYp2rSUsbOcKjrN8KdUMQP8DKo=";
};
nativeBuildInputs = [