all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#50919: [PATCH] gnu: Update zfs to 2.1.1.
@ 2021-09-30 16:37 raid5atemyhomework via Bug reports for GNU Guix
  2021-10-02 11:28 ` Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: raid5atemyhomework via Bug reports for GNU Guix @ 2021-09-30 16:37 UTC (permalink / raw)
  To: 50919

Seems no major feature from 2.1.0 to 2.1.1 that require adaptation to a Guix operating system.

Did a basic compile check.

Thanks
raid5atemyhomework

From 4f4a8c8688a9e76d8d1c7b6f0643294273be5e70 Mon Sep 17 00:00:00 2001
From: raid5atemyhomework <raid5atemyhomework@protonmail.com>
Date: Thu, 30 Sep 2021 23:31:41 +0800
Subject: [PATCH] gnu: Update zfs to 2.1.1.

* gnu/packages/file-systems.scm (zfs): Update to 2.1.1.
---
 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 82b5444d02..86b2887a96 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1175,7 +1175,7 @@ with the included @command{xfstests-check} helper.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.0")
+    (version "2.1.1")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1184,7 +1184,7 @@ with the included @command{xfstests-check} helper.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0kzkggwznp4m3503f2m4lcinbl99jg50j4asrwfpfk1862vdrgb0"))))
+           (base32 "1zsc0zkz5cci6pxc0kwzn3xg72qv2fq65phb768y5dgk1784hkxx"))))
     (build-system linux-module-build-system)
     (arguments
      `(;; The ZFS kernel module should not be downloaded since the license

base-commit: a939011b58c65f4192a10cde9e925e85702bacf4
--
2.33.0





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

* bug#50919: [PATCH] gnu: Update zfs to 2.1.1.
  2021-09-30 16:37 bug#50919: [PATCH] gnu: Update zfs to 2.1.1 raid5atemyhomework via Bug reports for GNU Guix
@ 2021-10-02 11:28 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-10-02 11:28 UTC (permalink / raw)
  To: raid5atemyhomework; +Cc: 50919-done

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]


Hi,

Thanks for the patch! Unfortunately, this is a duplicate of
https://issues.guix.gnu.org/50744 . Sorry about that! I'm closing this
bug now.

Thanks,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

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

end of thread, other threads:[~2021-10-02 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 16:37 bug#50919: [PATCH] gnu: Update zfs to 2.1.1 raid5atemyhomework via Bug reports for GNU Guix
2021-10-02 11:28 ` Arun Isaac

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.