gnu: f3: Update to 8.0.
* gnu/packages/disk.scm (f3): Update to 8.0.
This commit is contained in:
parent
47ddb1091f
commit
84acc3d256
1 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ systems. Output format is completely customizable.")
|
||||||
(define-public f3
|
(define-public f3
|
||||||
(package
|
(package
|
||||||
(name "f3")
|
(name "f3")
|
||||||
(version "7.2")
|
(version "8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -492,7 +492,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 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
|
(base32 "17l5vspfcgfbkqg7bakp3gql29yb05gzawm8n3im30ilzdr53678"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Reference in a new issue