guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: zfs: Update to 2.1.9.


From: guix-commits
Subject: branch master updated: gnu: zfs: Update to 2.1.9.
Date: Sat, 11 Feb 2023 16:21:22 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit e223ab48e09613ac0e7dfbbc20674956c04f0c80
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Wed Feb 8 17:11:40 2023 +0000

    gnu: zfs: Update to 2.1.9.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.9.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 049ef04ea8..471f943754 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1251,7 +1251,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.7")
+    (version "2.1.9")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1260,7 +1260,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "06x7mjsgqdl1gqyn0gniklphh6i0fgbnxyjgqq8gzrjx30zfcqk4"))))
+           (base32 "1xjhzqi4jqc3mdps93w4b5f0qhy16fmhz44gsvy1fkmm5vgjq5vb"))))
     (build-system linux-module-build-system)
     (arguments
      (list



reply via email to

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