python37Packages.pex: 1.6.7 -> 1.6.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pex/versions
This commit is contained in:
R. RyanTM 2019-07-16 01:05:28 -07:00
parent 7803ff314c
commit 59b46cb305

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 ];