guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: zfs: Update to 2.2.7.


From: guix-commits
Subject: 02/05: gnu: zfs: Update to 2.2.7.
Date: Fri, 13 Dec 2024 07:49:07 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit b8329e07219dcb480ee6afa9ee7a00b9b60620e6
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Thu Dec 12 10:44:27 2024 +0100

    gnu: zfs: Update to 2.2.7.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.2.7.
    
    Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 gnu/packages/file-systems.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 46febebb0d..477f4d0d24 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1563,16 +1563,16 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.2.6")
+    (version "2.2.7")
     (outputs '("out" "module" "src"))
     (source
       (origin
         (method url-fetch)
-          (uri (string-append "https://github.com/openzfs/zfs/releases";
-                              "/download/zfs-" version
-                              "/zfs-" version ".tar.gz"))
-          (sha256
-           (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9"))))
+        (uri (string-append "https://github.com/openzfs/zfs/releases";
+                            "/download/zfs-" version
+                            "/zfs-" version ".tar.gz"))
+        (sha256
+         (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j"))))
     (build-system linux-module-build-system)
     (arguments
      (list



reply via email to

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