GNU bug report logs -
#71392
[PATCH] gnu: zfs: Update to 2.2.4.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71392: [PATCH] gnu: zfs: Update to 2.2.4.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 71392 <at> debbugs.gnu.org.
--
71392: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71392
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Thanks for the patch and the report, I have just pushed to master.
Andreas
[Message part 3 (message/rfc822, inline)]
* gnu/packages/file-systems.scm (zfs): Update to 2.2.4.
Change-Id: I43729fb61a6b52a3305c389c8657bdcba3b5e1f0
---
gnu/packages/file-systems.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 929b978051..fa7da35898 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2022 Brian Cully <bjc <at> spork.org>
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us <at> ieee.org>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
+;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;
;;; This file is part of GNU Guix.
;;;
@@ -1442,7 +1443,7 @@ (define-public xfstests
(define-public zfs
(package
(name "zfs")
- (version "2.2.3")
+ (version "2.2.4")
(outputs '("out" "module" "src"))
(source
(origin
@@ -1451,7 +1452,7 @@ (define-public zfs
"/download/zfs-" version
"/zfs-" version ".tar.gz"))
(sha256
- (base32 "1hqsv2skymrhzg9n94bcna8r7m1zl30wjb5knaw43j659vri599h"))))
+ (base32 "1h0yqchirzsn2gll1w2gclb13hr8511z67lf85cigm43frgr144p"))))
(build-system linux-module-build-system)
(arguments
(list
base-commit: 2b2337f275a6421a0d0964c54987df4ac74162e6
--
2.45.1
This bug report was last modified 1 year and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.