all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45388] [PATCH] gnu: f2fs-tools: Update to 1.14.0.
@ 2020-12-23  9:57 Vincent Legoll
  2020-12-24 20:51 ` bug#45388: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-23  9:57 UTC (permalink / raw)
  To: 45388; +Cc: Vincent Legoll

* gnu/packages/linux.scm (f2fs-tools): Update to 1.14.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 01f12f77d9..adc2cc80fb 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")))))
 
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45388: [PATCH] gnu: f2fs-tools: Update to 1.14.0.
  2020-12-23  9:57 [bug#45388] [PATCH] gnu: f2fs-tools: Update to 1.14.0 Vincent Legoll
@ 2020-12-24 20:51 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-24 20:51 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45388-done

On Wed, Dec 23, 2020 at 10:57:12AM +0100, Vincent Legoll wrote:
> * gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0.

Thanks! Pushed as ac45640abd2be11742d52a1843dc80148fab00ce




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-24 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23  9:57 [bug#45388] [PATCH] gnu: f2fs-tools: Update to 1.14.0 Vincent Legoll
2020-12-24 20:51 ` bug#45388: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.