On Mon, May 08, 2017 at 08:27:07PM +0300, Alex Kost wrote: > > + (version "3.1.0") > > + (source (origin > > + (method git-fetch) > > + (uri > > + (git-reference > > + (url "https://github.com/dylanaraps/neofetch.git") > > + (commit version))) > > We usually use 'url-fetch' with a tarball snapshot (not sure if there is a > preference though): > > https://github.com/dylanaraps/neofetch/archive/3.1.0.tar.gz Unless we need a specific Git commit, I think url-fetch is better because it has fewer dependencies. Git is a huge package.