June 7, 2017
6:14 a.m.
I would like to repeat here again: don't refer to fixed version numbers of packages out of your control in configurations. Refer to #'release' versions that can be patched by the maintainers of your dependencies. That is only appropriate when having to patch around a problem, and couples your configuration hard to the development schedule of your dependency, making it your responsibility to update your configuration whenever that of your dependency is updated. Stephan