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


From: guix-commits
Subject: branch master updated: gnu: zfs: Update to 2.0.2.
Date: Sun, 07 Feb 2021 21:49:24 -0500

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

dannym pushed a commit to branch master
in repository guix.

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

commit 5424ca6d6e01672bf7304a4144b05a98852adbab
Author: raid5atemyhomework <raid5atemyhomework@protonmail.com>
AuthorDate: Sun Feb 7 22:47:30 2021 +0800

    gnu: zfs: Update to 2.0.2.
    
    * gnu/packages/file-systems.scm (zfs): Update to 2.0.2.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.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 2949e02..98e7f0c 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.1")
+    (version "2.0.2")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -856,7 +856,7 @@ APFS.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0y3992l4nzr67q18lz1kizw0za1shvqbpmsjz9shv4frh5ihllbi"))))
+           (base32 "090b2pp0cgzkjcnbjf8ms28dah5dff8s04q31z62czapwiy0drdx"))))
     (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]