[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: f3: Update to 7.2.
From: |
guix-commits |
Subject: |
05/14: gnu: f3: Update to 7.2. |
Date: |
Thu, 26 Sep 2019 00:40:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3eb278aa9d8abb50666ae1241b3185f422aa15f8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 26 05:15:01 2019 +0200
gnu: f3: Update to 7.2.
* gnu/packages/disk.scm (f3): Update to 7.2.
---
gnu/packages/disk.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index cf53142..4de0745 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -402,7 +402,7 @@ systems. Output format is completely customizable.")
(define-public f3
(package
(name "f3")
- (version "7.1")
+ (version "7.2")
(source
(origin
(method git-fetch)
@@ -411,8 +411,7 @@ systems. Output format is completely customizable.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0zglsmz683jg7f9wc6vmgljyg9w87pbnjw5x4w6x02w8233zvjqf"))))
+ (base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
- branch master updated (b106dd8 -> 91af103), guix-commits, 2019/09/26
- 12/14: gnu: dehydrated: Update to 0.6.5., guix-commits, 2019/09/26
- 14/14: gnu: dtc: Update to 1.5.1., guix-commits, 2019/09/26
- 01/14: gnu: fmit: Update to 1.2.13., guix-commits, 2019/09/26
- 06/14: gnu: encodings: Update to 1.0.5., guix-commits, 2019/09/26
- 08/14: gnu: libxcb: Don't use NAME in source URI., guix-commits, 2019/09/26
- 03/14: gnu: beets: Use HTTPS home page., guix-commits, 2019/09/26
- 10/14: gnu: bspwm: Update to 0.9.9., guix-commits, 2019/09/26
- 05/14: gnu: f3: Update to 7.2.,
guix-commits <=
- 09/14: gnu: vimb: Update to 3.5.0., guix-commits, 2019/09/26
- 13/14: gnu: emacs-circe: Update to 2.11., guix-commits, 2019/09/26
- 11/14: gnu: skopeo: Update to 0.1.39., guix-commits, 2019/09/26
- 07/14: gnu: xorgproto: Don't use NAME in source URI., guix-commits, 2019/09/26
- 02/14: gnu: emacs-xelb: Update to 0.18., guix-commits, 2019/09/26
- 04/14: gnu: beets: Update to 1.4.9., guix-commits, 2019/09/26