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

python310Packages.pex: 2.1.80 -> 2.1.81
This commit is contained in:
Fabian Affolter 2022-04-20 08:38:57 +02:00 committed by GitHub
commit 47bb07dfec
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.80";
version = "2.1.81";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-m9HMvLoFpg5aUoNknLdF7X++XEk9j70+qaid627uYvs=";
hash = "sha256-EW7kOUTzLjmBVKcdRrcdx+AAMSp1hw2LJ/mHMuKViLE=";
};
nativeBuildInputs = [