This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c4398acdf gnu: zfs: Update to 2.1.4.
9c4398acdf is described below

commit 9c4398acdfa4231e910f1e4944f2c313099e241a
Author: Brian Cully <[email protected]>
AuthorDate: Sun Apr 24 20:11:14 2022 -0400

    gnu: zfs: Update to 2.1.4.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.4.
    
    Signed-off-by: Mathieu Othacehe <[email protected]>
---
 gnu/packages/file-systems.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b1f3f4158f..e6ec51fe40 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2021 Stefan Reichör <[email protected]>
 ;;; Copyright © 2021 Noisytoot <[email protected]>
 ;;; Copyright © 2021 Kaelyn Takata <[email protected]>
+;;; Copyright © 2022 Brian Cully <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1145,7 +1146,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.2")
+    (version "2.1.4")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1154,7 +1155,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "1rxrr329y6zgkcqv0gah8bgi9ih6pqaay7mnk4xqlrhzgb8z3315"))))
+           (base32 "1xmcy4f0damf1pkb1sy1339ir1jkky0dwzd8vhwgc1pqjgac0liv"))))
     (build-system linux-module-build-system)
     (arguments
      `(;; The ZFS kernel module should not be downloaded since the license

Reply via email to