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


From: guix-commits
Subject: branch master updated: gnu: zfs: Update to 2.0.3.
Date: Fri, 12 Feb 2021 00:55:02 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 8458d8db70885b350285e8b1490734349135e51e
Author: raid5atemyhomework <raid5atemyhomework@protonmail.com>
AuthorDate: Fri Feb 12 02:23:23 2021 +0000

    gnu: zfs: Update to 2.0.3.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.0.3.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 0741ba6..c8a5df3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -847,7 +847,7 @@ APFS.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.0.2")
+    (version "2.0.3")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -856,7 +856,7 @@ APFS.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "090b2pp0cgzkjcnbjf8ms28dah5dff8s04q31z62czapwiy0drdx"))))
+           (base32 "0fg5hz1yy2z5ah0hzjv3xy5vcg1c214rps90dr80lfkalx5gd506"))))
     (build-system linux-module-build-system)
     (arguments
      `(;; The ZFS kernel module should not be downloaded since the license



reply via email to

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