guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: zfs: Update to 2.1.12.


From: guix-commits
Subject: 07/08: gnu: zfs: Update to 2.1.12.
Date: Mon, 19 Jun 2023 06:12:57 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4d9ddeef3ad126725c99c56a4860a4b44a72d4a3
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Tue Jun 13 21:26:08 2023 +0000

    gnu: zfs: Update to 2.1.12.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.12.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 536b01f2f7..dd84696316 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1364,7 +1364,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.11")
+    (version "2.1.12")
     (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 "1cnfv3adk7prl6b8r3nw62y6dbjy2q7ai68p9xc0g8nhaklf8kx5"))))
+           (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4"))))
     (build-system linux-module-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]