guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: zfs: Update to 2.1.5.


From: guix-commits
Subject: 02/02: gnu: zfs: Update to 2.1.5.
Date: Sun, 26 Jun 2022 12:12:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cbf02f10d7264d14accdc16b522077c8f857240f
Author: Brian Cully <bjc@spork.org>
AuthorDate: Fri Jun 24 17:44:07 2022 -0400

    gnu: zfs: Update to 2.1.5.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.1.5.
    
    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 216e4cfcda..9f6ca10831 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1146,7 +1146,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.4")
+    (version "2.1.5")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1155,7 +1155,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "1xmcy4f0damf1pkb1sy1339ir1jkky0dwzd8vhwgc1pqjgac0liv"))))
+           (base32 "0371j5k28cymqngfl76dfxzggvdf8n0ssij37350gzs4bhg084qr"))))
     (build-system linux-module-build-system)
     (arguments
      (list



reply via email to

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