unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45734] [PATCH] gnu: update zfs to 0.8.6.
@ 2021-01-09  5:50 raid5atemyhomework via Guix-patches via
  2021-01-10  9:58 ` [bug#45734] [PATCH v2] gnu: update zfs raid5atemyhomework via Guix-patches via
  2021-01-25  0:20 ` bug#45734: " guix-patches--- via
  0 siblings, 2 replies; 5+ messages in thread
From: raid5atemyhomework via Guix-patches via @ 2021-01-09  5:50 UTC (permalink / raw)
  To: 45734

From 4c0d59071fa888f6ad0f3b67e3962b5ee84d50da Mon Sep 17 00:00:00 2001
From: raid5atemyhomework <raid5atemyhomework@protonmail.com>
Date: Sat, 9 Jan 2021 11:53:58 +0800
Subject: [PATCH] gnu: update zfs to 0.8.6.

* gnu/packages/file-systems.scm (zfs): Update version to 0.8.6.
---
 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 f74d519b33..9b40a6603a 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 "0.8.5")
+    (version "0.8.6")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -856,7 +856,7 @@ APFS.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0gfdnynmsxbhi97q73smrgmcw1k8zmlr1hgljfn38sk0kimivd6v"))))
+           (base32 "0xx6ssdpx86nwpnsq1zccqia6qilm3rf3vhpa77fpsvzq0yr3nw8"))))
     (build-system linux-module-build-system)
     (arguments
      `(;; The ZFS kernel module should not be downloaded since the license
--
2.30.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-25  0:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09  5:50 [bug#45734] [PATCH] gnu: update zfs to 0.8.6 raid5atemyhomework via Guix-patches via
2021-01-10  9:58 ` [bug#45734] [PATCH v2] gnu: update zfs raid5atemyhomework via Guix-patches via
2021-01-11 10:23   ` raid5atemyhomework via Guix-patches via
2021-01-20 12:44   ` Efraim Flashner
2021-01-25  0:20 ` bug#45734: " guix-patches--- via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).