On Sun, 29 Mar 2015 15:54:02 +0200 [email protected] (Ludovic Courtès) wrote: > Eric Bavier <[email protected]> skribis: > > > * gnu/packages/check.scm (catch-framework): New variable. > > [...] > > > + (version "1.0.53") ;Sub-minor is the build number > > + (source (origin > > + (method git-fetch) > > + (uri (git-reference > > + (url "https://github.com/philsquared/Catch") > > + ;; Semi-arbitrary. Contains mostly documentation fixes > > + ;; since build 53. > > + (commit "b9ec8a1"))) > > I guess there’s no 1.0.53 tarball?
No. It seems they do not create release tarballs. Their documentation basically says to download the header file from the git repo. `~Eric
