guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8296d371106ca0288bb58e6e40dee3ffa9e0d711
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Nov 18 22:06:09 2025 +0000

    gnu: zfs: Update to 2.4.0.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.4.0.
    
    Change-Id: I0841d20570de9deeae0390bf7a7e6a0da2f13961
    Signed-off-by: Hilton Chain <[email protected]>
    Merges: #4294
---
 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 c06f216f66..6c73632bd3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1721,7 +1721,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.3.4")
+    (version "2.4.0")
     (outputs '("out" "module" "src"))
     (source
      (origin
@@ -1730,7 +1730,7 @@ with the included @command{xfstests-check} helper.")
                            "/download/zfs-" version
                            "/zfs-" version ".tar.gz"))
        (sha256
-        (base32 "15d47y4alicdl99pjidks9p1hqk9glz5y0w024d1ccq16v7rghwy"))))
+        (base32 "1vn9fnpi279vb5y3pdplshq6qy2hixg7vr73q1a5bnbi1bg17pvv"))))
     (build-system linux-module-build-system)
     (arguments
      (list

Reply via email to