guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: f2fs-tools: Update to 1.14.0.


From: guix-commits
Subject: branch master updated: gnu: f2fs-tools: Update to 1.14.0.
Date: Thu, 24 Dec 2020 15:51:11 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac45640  gnu: f2fs-tools: Update to 1.14.0.
ac45640 is described below

commit ac45640abd2be11742d52a1843dc80148fab00ce
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 10:57:12 2020 +0100

    gnu: f2fs-tools: Update to 1.14.0.
    
    * gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 80fbd62..92bf168 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5097,7 +5097,7 @@ disks and SD cards.  This package provides the userland 
utilities.")
   (package
     (inherit f2fs-tools-1.7)
     (name "f2fs-tools")
-    (version "1.13.0")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5105,7 +5105,7 @@ disks and SD cards.  This package provides the userland 
utilities.")
                     "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
               (sha256
                (base32
-                "0z9c0y3qq75iyqknl5k0v7v46l8c3pcifpqb0yqalrs24blkm7dk"))))
+                "1lab1446c78xsjwhpki7s85z4171m8p9279c8yhm4882wba674k1"))))
     (inputs
      `(("libuuid" ,util-linux "lib")))))
 



reply via email to

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