all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: raid5atemyhomework via Guix-patches via <guix-patches@gnu.org>
To: 46366@debbugs.gnu.org
Subject: [bug#46366] [PATCH] gnu: Update zfs.
Date: Sun, 07 Feb 2021 15:18:34 +0000	[thread overview]
Message-ID: <_hvdoCw7bHSZrJPgytlhM_ghWCUY2yS3YFTK4yxMPNWxzdYCayYtYeKuOyvlKIGpt2BRvr5kBsHIo9HPmLjX3GR4vhc5ifpOkkmzIFcuhh0=@protonmail.com> (raw)

I am fairly unmotivated to continue working on ZFS-on-Guix, but anyway.  Here's an update of ZFS to 2.0.2, at least.

Tested only with `./pre-inst-env guix build zfs` on a patched Guix.  Fairly unmotivated to do more testing since there is no real interest in getting my patches merged.  Posting here just in case somebody actually gets interested.

I have ZFS and Guix on a fileserver I'm using in a homelab for my homework.  It's working for now.  Not really interested in pushing for better ZFS support anymore since I'm tired and need to get on with my homework.


From 566c4aa9104b5866d15c53340d9b68e0960c49bf Mon Sep 17 00:00:00 2001
From: raid5atemyhomework <raid5atemyhomework@protonmail.com>
Date: Sun, 7 Feb 2021 22:47:30 +0800
Subject: [PATCH] gnu: Update zfs.

* gnu/packages/file-systems.scm (zfs): Update to 2.0.2.
---
 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 e6ee645be0..caf190d8ba 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
--
2.30.0





             reply	other threads:[~2021-02-07 15:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-07 15:18 raid5atemyhomework via Guix-patches via [this message]
2021-02-07 17:06 ` [bug#46366] [PATCH] gnu: Update zfs Léo Le Bouter via Guix-patches via
2021-02-08  0:23 ` [bug#46366] Sharlatan Hellseher
2021-02-08  2:51 ` [bug#46366] [PATCH] gnu: Update zfs Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='_hvdoCw7bHSZrJPgytlhM_ghWCUY2yS3YFTK4yxMPNWxzdYCayYtYeKuOyvlKIGpt2BRvr5kBsHIo9HPmLjX3GR4vhc5ifpOkkmzIFcuhh0=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=46366@debbugs.gnu.org \
    --cc=raid5atemyhomework@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.