guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]