gnu: f3: Update to 7.2.
* gnu/packages/disk.scm (f3): Update to 7.2.
This commit is contained in:
parent
3f3d712cc5
commit
3eb278aa9d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue