lol

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

python310Packages.pex: 2.1.77 -> 2.1.78

authored by

Fabian Affolter and committed by
GitHub
70d9008f 323ec2f7

+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.77"; 10 + version = "2.1.78"; 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-lvzRb+m3a3DmimzVIroobJaNe2PuMoadb48YwhxCVvA="; 17 + hash = "sha256-1bWAEMMBjmyLS1W+VWgD9BsZq5f0DmEOQryXH9vupCY="; 18 18 }; 19 19 20 20 nativeBuildInputs = [