Hi Ludovic, Ludovic Courtès writes: >> + (source (origin >> + (method url-fetch) >> + (uri (string-append "https://github.com/buzz/" name >> + "/archive/v" version ".tar.gz")) >> + (sha256 >> + (base32 >> + "1xanqn6s2i6s2n6wysvgz6l58lsdkl3zmzz4hccla01gx7h4yx4f")))) > > To placate ‘guix lint’, could you (1) use ‘git-fetch’ instead of > referring to an autogenerated tarball, and (2) add a ‘file-name’ field > as done elsewhere? Thanks for your reply. I was using guix lint, but there I wasn't quite sure how to it the correct way. Yes, looking at other definitions I simply copied it from there. The linter is quiet now. Thanks for your tip! > Could you send an updated patch? Applied the suggestions. Please find the updated patch as attachment. I'm well chuffed having this posted now. Cheers, Simon