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

python310Packages.pex: 2.1.103 -> 2.1.104
This commit is contained in:
Fabian Affolter 2022-08-29 13:16:10 +02:00 committed by GitHub
commit 1e862ee95e
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.103";
version = "2.1.104";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-B7zWM2Jrf9bRjrDWMDrP0KT7yzFpLnN7FXlGJtqJa/A=";
hash = "sha256-ToDNuTNVKtjjaT/6KwQbjcNPr9SLcpQfabd64rxg8PA=";
};
nativeBuildInputs = [