On Wed, Jun 07, 2017 at 12:56:56PM +0300, Alex Kost wrote: > Leo Famulari (2017-06-03 19:54 -0400) wrote: > > * gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and > > use the full commit hash when fetching. > > + (file-name (string-append "guix-artwork-" (string-take commit 7) "-checkout")) > > As for me, this line is too long, I would make it: > > (file-name (string-append "guix-artwork-" (string-take commit 7) > "-checkout")) Oops! Fixed before pushing as 94db92f78ec9c849f9c8da05d4d35356909f9fbe.