boost: 1.77.0 -> 1.79.0

This commit is contained in:
Robert Schütz 2022-06-01 05:45:18 +00:00 committed by Robert Schütz
parent 2721aade99
commit ba8a998c18

View File

@ -16728,7 +16728,7 @@ with pkgs;
boost15x = boost159;
boost16x = boost169;
boost17x = boost177;
boost17x = boost179;
boost = boost17x;
boost_process = callPackage ../development/libraries/boost-process { };