diff options
author | Brian Cully <bjc@spork.org> | 2022-12-26 08:26:56 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-05 23:13:14 +0100 |
commit | 6f8a03fad32261b6d4b38991f6757fb0bcc4bd86 (patch) | |
tree | b9b6aa00511aa064c4951e3717c5068e01f2a04d /gnu/packages/file-systems.scm | |
parent | 22ce05b24d1b5755c0868e334f598da8e1f87d47 (diff) | |
download | guix-6f8a03fad32261b6d4b38991f6757fb0bcc4bd86.tar.gz |
gnu: zfs: Update to 2.1.7.
* gnu/packages/file-systems.scm (zfs): Update to 2.1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/file-systems.scm')
-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 3d45634169..c462daf995 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1236,7 +1236,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.1.6") + (version "2.1.7") (outputs '("out" "module" "src")) (source (origin @@ -1245,7 +1245,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0ymxkms1gwf731x61sj54rnnp029724zhywkxd4164yjz0a90cqm")))) + (base32 "06x7mjsgqdl1gqyn0gniklphh6i0fgbnxyjgqq8gzrjx30zfcqk4")))) (build-system linux-module-build-system) (arguments (list |