gnu: f3: Update to 7.2.

* gnu/packages/disk.scm (f3): Update to 7.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-26 05:15:01 +02:00
parent 3f3d712cc5
commit 3eb278aa9d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -402,7 +402,7 @@ systems. Output format is completely customizable.")
(define-public f3 (define-public f3
(package (package
(name "f3") (name "f3")
(version "7.1") (version "7.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -411,8 +411,7 @@ systems. Output format is completely customizable.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
"0zglsmz683jg7f9wc6vmgljyg9w87pbnjw5x4w6x02w8233zvjqf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no check target '(#:tests? #f ; no check target