gnu: pfff: Don't use unstable tarball.
* gnu/packages/textutils.scm (pfff)[source]: Download using git-fetch.master
parent
d0f3ccf6a0
commit
bc1177870d
|
@ -450,13 +450,14 @@ application code.")
|
||||||
(name "pfff")
|
(name "pfff")
|
||||||
(version "1.0")
|
(version "1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/pfff/pfff/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/pfff/pfff")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00m553aa277iarxj6dalmklyb64r7ias49bfwzbacsfg8h3kar8m"))))
|
"1nxkfm7zliq3rmr7yp871sppwfnz71iz364m2sgazny71pzykggc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "http://biit.cs.ut.ee/pfff/")
|
(home-page "http://biit.cs.ut.ee/pfff/")
|
||||||
(synopsis "Probabilistic fast file fingerprinting tool")
|
(synopsis "Probabilistic fast file fingerprinting tool")
|
||||||
|
|
Reference in New Issue