[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: zfs: Update to 2.1.7.
From: |
guix-commits |
Subject: |
10/10: gnu: zfs: Update to 2.1.7. |
Date: |
Thu, 5 Jan 2023 17:22:46 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 6f8a03fad32261b6d4b38991f6757fb0bcc4bd86
Author: Brian Cully <bjc@spork.org>
AuthorDate: Mon Dec 26 08:26:56 2022 -0500
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>
---
gnu/packages/file-systems.scm | 4 ++--
1 file 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
- branch master updated (80902fc210 -> 6f8a03fad3), guix-commits, 2023/01/05
- 07/10: gnu: Add charls., guix-commits, 2023/01/05
- 01/10: home: shells: Do not escape backslashes in single-quoted strings., guix-commits, 2023/01/05
- 05/10: doc: Introduce using swap space for hibernation, with examples., guix-commits, 2023/01/05
- 02/10: gnu: Add emacs-ibrowse., guix-commits, 2023/01/05
- 08/10: gnu: kicad: Update to 6.0.10., guix-commits, 2023/01/05
- 10/10: gnu: zfs: Update to 2.1.7.,
guix-commits <=
- 03/10: gnu: Add zls., guix-commits, 2023/01/05
- 06/10: gnu: gpodder: Update to 3.11.0., guix-commits, 2023/01/05
- 04/10: gnu: Add yaru-theme, guix-commits, 2023/01/05
- 09/10: gnu: flightgear: Update to 2020.3.17., guix-commits, 2023/01/05