diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 15:09:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 15:35:07 +0100 |
commit | 84acc3d256c48fbbbbdba485f630d1bead1e64ee (patch) | |
tree | 04956dd244aa0dd0ea0ccb80425d61f19b6ddf5b /gnu/packages/disk.scm | |
parent | 47ddb1091f3a1fa59e4fdacf3132282cdc0dbb3a (diff) |
gnu: f3: Update to 8.0.
* gnu/packages/disk.scm (f3): Update to 8.0.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 40b9c563d8..34cfe0a56e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -483,7 +483,7 @@ systems. Output format is completely customizable.") (define-public f3 (package (name "f3") - (version "7.2") + (version "8.0") (source (origin (method git-fetch) @@ -492,7 +492,7 @@ systems. Output format is completely customizable.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy")))) + (base32 "17l5vspfcgfbkqg7bakp3gql29yb05gzawm8n3im30ilzdr53678")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |