Thanks for working on both!
And thanks for writing a clear commit message. A few thoughts:
- The ‘gnu: foo: Update to x.y.z’ messages you see in the Guix
commit history are standardised. The format's documented in the
GNU ‘(standards)Change Logs’ info page, but just take a stroll
through the history to get a feel for the majority of cases.
- Don't feel obligated to explain why you're upgrading a package,
although you're free to do so if you like (it was interesting
Assuming no regressions, we always prefer to ship newer versions
- And finally, a personal windmill of mine:
belongs in the code, where your fellow hackers can see it, not
buried in the commit log where $nobody will:
As you might now, this update rebuilds a good part of the world
and will have to pass through the core-updates branch…
$ guix refresh -l linux-pam | cut -d: -f1
…so it's impressive if you rebuilt most of your entire system
based on the new nyacc/linux-pam packages.
What still needs to be done, and which problems did you encounter?