gnu: f3: Don't use unstable tarball.

* gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2018-08-14 21:26:46 +02:00
parent 34ba1b8fc5
commit b3307bfdf9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 5 deletions

View File

@ -398,13 +398,14 @@ systems. Output format is completely customizable.")
(version "6.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/AltraMayor/f3/archive/"
"v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/AltraMayor/f3.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp"))))
"1azi10ba0h9z7m0gmfnyymmfqb8380k9za8hn1rrw1s442hzgnz2"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target