efraim pushed a commit to branch master
in repository guix.

commit 67ea57a4af72e6a6b82091283f1275be4a942f65
Author: Kaelyn Takata <[email protected]>
AuthorDate: Thu May 4 17:16:14 2023 +0000

    gnu: zfs: Update to 2.1.11.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.11.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/file-systems.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index f8959f208d..1723f6dea2 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2021 raid5atemyhomework <[email protected]>
 ;;; Copyright © 2021 Stefan Reichör <[email protected]>
 ;;; Copyright © 2021 Noisytoot <[email protected]>
-;;; Copyright © 2021 Kaelyn Takata <[email protected]>
+;;; Copyright © 2021, 2023 Kaelyn Takata <[email protected]>
 ;;; Copyright © 2022 Brian Cully <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1364,7 +1364,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.9")
+    (version "2.1.11")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1373,7 +1373,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "1xjhzqi4jqc3mdps93w4b5f0qhy16fmhz44gsvy1fkmm5vgjq5vb"))))
+           (base32 "1cnfv3adk7prl6b8r3nw62y6dbjy2q7ai68p9xc0g8nhaklf8kx5"))))
     (build-system linux-module-build-system)
     (arguments
      (list

Reply via email to