Merge pull request #64875 from r-ryantm/auto-update/python3.7-pex

python37Packages.pex: 1.6.7 -> 1.6.8
This commit is contained in:
Mario Rodas 2019-07-17 01:49:52 -05:00 committed by GitHub
commit ed537819fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pex";
version = "1.6.7";
version = "1.6.8";
src = fetchPypi {
inherit pname version;
sha256 = "1hg30y8b4b96r4skhz2qmsp7li1izcg8854q3fi48rks0kcfx5fw";
sha256 = "1zibkc074dvk69bkiipfzn2l9glgzs26g16j2ny5lzq320wqszkj";
};
nativeBuildInputs = [ setuptools ];