[PATCH] gnu: f2fs-tools: Update to 1.14.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201223095712.7562-1-vincent.legoll@gmail.com
* gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45388-done@debbugs.gnu.org)
X+T/SwyvxhJGLp+Z@jasmine.lan
On Wed, Dec 23, 2020 at 10:57:12AM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0.

Thanks! Pushed as ac45640abd2be11742d52a1843dc80148fab00ce
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45388@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45388
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help