guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: f2fs-tools: Update to 1.11.0.


From: Efraim Flashner
Subject: 01/01: gnu: f2fs-tools: Update to 1.11.0.
Date: Sat, 10 Nov 2018 12:29:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 005ec8d09c6b8f22457fad330c30ff0ccf495e34
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 10 19:26:09 2018 +0200

    gnu: f2fs-tools: Update to 1.11.0.
    
    * gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0.
---
 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 e52c35f..9bf995b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3402,7 +3402,7 @@ disks and SD cards.  This package provides the userland 
utilities.")
   (package
     (inherit f2fs-tools-1.7)
     (name "f2fs-tools")
-    (version "1.10.0")
+    (version "1.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3410,7 +3410,7 @@ disks and SD cards.  This package provides the userland 
utilities.")
                     "/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "05ikaim0qq3dx9x3sp43ralwz43r3b0viv62n99kabp0vf3b0hg8"))))
+                "1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr"))))
     (inputs
      `(("libuuid" ,util-linux)))))
 



reply via email to

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