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

python310Packages.pex: 2.1.105 -> 2.1.106
This commit is contained in:
Fabian Affolter 2022-09-30 08:38:31 +02:00 committed by GitHub
commit 3db67e1e24
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.105";
version = "2.1.106";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-d6ORAkbg6gEL6tzk8DqAO9UDWrLTfH8Vwsy56EQi+ms=";
hash = "sha256-pKDt+IWt3uKT4v/cyBhSO7/ptwDa0eVaQppK3nWUiKc=";
};
nativeBuildInputs = [