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") (version "6.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/AltraMayor/f3/archive/" (uri (git-reference
"v" version ".tar.gz")) (url "https://github.com/AltraMayor/f3.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp")))) "1azi10ba0h9z7m0gmfnyymmfqb8380k9za8hn1rrw1s442hzgnz2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no check target '(#:tests? #f ; no check target