On Tue, 2021-03-16 at 12:12 +0100, Ricardo Wurmus wrote: > Léo Le Bouter writes: > > > I am thinking we should really get something like this with the > > Guix > > Data Service, start including something similar to Debian > > uscan/watch > > rules in every package so we can get reliable (in majority of > > cases) > > update notifications. > > “guix lint” has a checker for releases: > > --8<---------------cut here---------------start------------->8--- > $ guix lint -l > Available checkers: > […] > - refresh: Check the package for new upstream releases > --8<---------------cut here---------------end--------------->8--- > > It just needs to be extended to cover more packages. > > Developing a service that runs this for all packages is an orthogonal > issue. > Just to clarify, I do know it exists and use it often :-) Indeed it needs to be extended and that's what I am talking about there, also Guix Data Service is important here because we cannot possibly each on our sides spam the various URLs or APIs to generate the release monitoring dataset. Instead, using Guix Data Service for that with specially configured API keys and else sounds like a better idea.