[PATCH] gnu: zfs: Update to 2.1.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Kaelyn Takata
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal

Debbugs page

Kaelyn Takata wrote 3 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
g9Phcy7xycS0iang8uv5QF893rynih19i3dqlqShhvc@cp4-web-032.plabs.ch
* gnu/packages/file-systems.scm (zfs): Update to 2.1.1.
---
gnu/packages/file-systems.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 63a3d4b93d..47c34b28f1 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
--
2.33.0
Arun Isaac wrote 3 years ago
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)(address . 50744-done@debbugs.gnu.org)
87sfxjit62.fsf@systemreboot.net
Hi Kaelyn,

Thanks for the patch! I added a copyright header, removed the #t return
from custom phases, and pushed to master.

Thanks!
Arun
-----BEGIN PGP SIGNATURE-----

iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmFYPNgbHGFydW5pc2Fh
Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzNZQH/0YbEMkFYSkjg9t92KtT
SWLVPVZU+IQCadymaPme6SEJAYncSXB4I38Vkf+cfvb6tKujl/d9kmT0O+1iocg+
tqNRGnm+rsRY13HcX8NGPQQdVCw6c9qt8Bw6SC1d0DOMMFCKeSd/AEmckWv3bMaA
iu6hk95MNSONk576I+JhSLfuNhhOjwaLifXDco2hrSpep8exrQbbCbhs1uyrTfAg
XIzE9IUCVv9tqVB2C/Cib9Phef4GDKnNGSsl6mWuDymX2GBq6XUSG32Tl+YoeqDL
rI/Z+M/67K0vIrKM36CM9ckjjqMHmHjm60gR8OsvkSLPIjP0awGHNpbV29SK4f8w
EG4=
=3eNq
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 50744@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 50744
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help