diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-01 02:00:00 +0200 |
commit | d6d64c7e19f48af6aca3d18d1c4ab3a91e9d6486 (patch) | |
tree | 0f8fe28ce211873f71290dd3eb922b81839f4fe5 /gnu | |
parent | b5fc642ae61a263ba87765a7b501045401e1f70b (diff) |
gnu: nilfs-utils: Update to 2.2.11.
* gnu/packages/file-systems.scm (nilfs-utils): Update to 2.2.11.
Change-Id: I332ae7293da1a2d58d76324746c6b735d190ed4e
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/file-systems.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 5b4f31c1af..d5262a63f2 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -896,14 +896,14 @@ from the jfsutils package. It is meant to be used in initrds.") (define-public nilfs-utils (package (name "nilfs-utils") - (version "2.2.9") + (version "2.2.11") (source (origin (method url-fetch) (uri (string-append "https://nilfs.sourceforge.io/download" "/nilfs-utils-" version ".tar.bz2")) (sha256 - (base32 "15vsayvzr8nc29n939sz9ddq46vpn53rp8h8qv484h88qac3kxjx")))) + (base32 "1k9l5kzhdph3jh04kxz4dn5yb210205iycbnpklrpi6jy1zqj0l6")))) (build-system gnu-build-system) (arguments (list |