Merge pull request #182910 from r-ryantm/auto-update/python3.10-pex

python310Packages.pex: 2.1.100 -> 2.1.101
This commit is contained in:
Fabian Affolter 2022-07-26 08:54:02 +02:00 committed by GitHub
commit 206c8291ba
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.100";
version = "2.1.101";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CEYoP55w/Zq7RI1u8sbY9vjqDjT9jSIzDuoRIMmxlfY=";
hash = "sha256-2WbyrJ+/MsaUGnmPqANfdFRqBWForD7zX8pyEx5g4ak=";
};
nativeBuildInputs = [