Merge pull request #140605 from r-ryantm/auto-update/python3.8-pex

authored by

Sandro and committed by
GitHub
bec3a643 c04db8d8

+2 -2
+2 -2
pkgs/development/python-modules/pex/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pex"; 9 - version = "2.1.50"; 9 + version = "2.1.51"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "c67365b26060452631c0083a0f5d50af3cba9287b84b2c157404c959cb4bb74d"; 13 + sha256 = "32c5bf3926c1ac001d57f6b7569fc1fdd7ccfe747190f2e61d6baf610811beb8"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ setuptools ];