diff options
author | Brian Cully <bjc@spork.org> | 2022-10-04 13:59:23 -0400 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-06 19:27:44 +0300 |
commit | ac3582f990ec32bce6f113a57718b3dc0c246e07 (patch) | |
tree | 4aab0a4ab9113e13d784cd669b28afb5686d64e3 /gnu | |
parent | 2f88f5c06fb2a47ac50c84efbe264f1751fe3417 (diff) | |
download | guix-ac3582f990ec32bce6f113a57718b3dc0c246e07.tar.gz guix-ac3582f990ec32bce6f113a57718b3dc0c246e07.zip |
gnu: zfs: Update to 2.1.6.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.6.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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 d326b9cc3d..d22ac5aab8 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1192,7 +1192,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.1.5") + (version "2.1.6") (outputs '("out" "module" "src")) (source (origin @@ -1201,7 +1201,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0371j5k28cymqngfl76dfxzggvdf8n0ssij37350gzs4bhg084qr")))) + (base32 "0ymxkms1gwf731x61sj54rnnp029724zhywkxd4164yjz0a90cqm")))) (build-system linux-module-build-system) (arguments (list |