Archived
1
0
Fork 0

gnu: f3: Update to 8.0.

* gnu/packages/disk.scm (f3): Update to 8.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-07 15:09:59 +01:00
parent 47ddb1091f
commit 84acc3d256
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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