[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: f3: Update to 8.0.
From: |
guix-commits |
Subject: |
06/10: gnu: f3: Update to 8.0. |
Date: |
Sat, 7 Nov 2020 09:35:43 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 84acc3d256c48fbbbbdba485f630d1bead1e64ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 15:09:59 2020 +0100
gnu: f3: Update to 8.0.
* gnu/packages/disk.scm (f3): Update to 8.0.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 40b9c56..34cfe0a 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
- branch master updated (ab138f8 -> 2c73454), guix-commits, 2020/11/07
- 01/10: gnu: firebird: Tweak description., guix-commits, 2020/11/07
- 03/10: gnu: duperemove: Prepare for cross-compilation., guix-commits, 2020/11/07
- 04/10: gnu: duperemove: Update to 0.11.2., guix-commits, 2020/11/07
- 07/10: gnu: nix: Download source over HTTPS., guix-commits, 2020/11/07
- 06/10: gnu: f3: Update to 8.0.,
guix-commits <=
- 08/10: gnu: nix: Update to 2.3.8., guix-commits, 2020/11/07
- 02/10: gnu: doctest: Update to 2.4.1., guix-commits, 2020/11/07
- 05/10: gnu: f3: Fix cross-compilation., guix-commits, 2020/11/07
- 10/10: gnu: vim: Update to 8.2.1964., guix-commits, 2020/11/07
- 09/10: gnu: zile: Update to 2.4.15., guix-commits, 2020/11/07