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

python310Packages.pex: 2.1.143 -> 2.1.144

authored by

Mario Rodas and committed by
GitHub
3ea55e28 4abb4539

+2 -2
+2 -2
pkgs/development/python-modules/pex/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pex"; 10 - version = "2.1.143"; 10 + version = "2.1.144"; 11 11 format = "flit"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-xyYD9oGrlK1kswQ7uiO3/gAJUnelvWv7ZHyzn/g5iCg="; 17 + hash = "sha256-wugHG/ZfyfNgd2znDS7FXu34LsUVMcwDswFkh4lRIXo="; 18 18 }; 19 19 20 20 nativeBuildInputs = [