diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-03-11 00:48:32 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-03-12 17:44:34 +0800 |
commit | d13249dbe379b91a5069fe825e7ae428967355a4 (patch) | |
tree | ee811ffcfeb796a381f620c5cf6ba1c3a620a293 | |
parent | a60415cebba9e75457f02d04b51e35dda57cf306 (diff) |
gnu: zfs: Update to 2.3.1.
* gnu/packages/file-systems.scm (zfs): Update to 2.3.1.
Change-Id: I339807e71081459a3aceb6a41ae7a7ae25fdb155
Signed-off-by: Zheng Junjie <z572@z572.online>
-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 34a3f0f64d..2d1438bc4f 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1592,7 +1592,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.3.0") + (version "2.3.1") (outputs '("out" "module" "src")) (source (origin @@ -1601,7 +1601,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "19jnjcpaknb8yf7zh7f36kmnb9m91ndzxwqpqfwwc92znpm8g1vf")))) + (base32 "01lh3yxzh271hzzlgn4b5rj3wb4ckbhx08kfcgf0p4l6jdwk6ch5")))) (build-system linux-module-build-system) (arguments (list |