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.14.


From: guix-commits
Subject: branch master updated: gnu: zfs: Update to 2.1.14.
Date: Mon, 18 Dec 2023 14:11:04 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit 0a99d3a79d9e34d747c2acb29c5f6345368e667f
Author: antlers <antlers@illucid.net>
AuthorDate: Tue Dec 5 20:02:54 2023 +0000

    gnu: zfs: Update to 2.1.14.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.14.
    
    Change-Id: I696467868924f1135ba678e8e743955d3767618f
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 bc061a5958..05074b2eb4 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1365,7 +1365,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.12")
+    (version "2.1.14")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1374,7 +1374,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4"))))
+           (base32 "0gzansmin40llxxh2zkgpdyp41ikd8s5hv5mpwhpcivk1q8fv7sh"))))
     (build-system linux-module-build-system)
     (arguments
      (list



reply via email to

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