* [bug#50744] [PATCH] gnu: zfs: Update to 2.1.1.
@ 2021-09-22 21:25 Kaelyn Takata via Guix-patches via
2021-10-02 11:04 ` bug#50744: " Arun Isaac
0 siblings, 1 reply; 2+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2021-09-22 21:25 UTC (permalink / raw)
To: 50744; +Cc: Kaelyn Takata
* 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 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50744: [PATCH] gnu: zfs: Update to 2.1.1.
2021-09-22 21:25 [bug#50744] [PATCH] gnu: zfs: Update to 2.1.1 Kaelyn Takata via Guix-patches via
@ 2021-10-02 11:04 ` Arun Isaac
0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-10-02 11:04 UTC (permalink / raw)
To: Kaelyn Takata; +Cc: 50744-done
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
Hi Kaelyn,
Thanks for the patch! I added a copyright header, removed the #t return
from custom phases, and pushed to master.
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:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-22 21:25 [bug#50744] [PATCH] gnu: zfs: Update to 2.1.1 Kaelyn Takata via Guix-patches via
2021-10-02 11:04 ` bug#50744: " Arun Isaac
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).