[PATCH] gnu: zfs: Update to 2.1.9.

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

Debbugs page

Kaelyn Takata wrote 2 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
5c9c291d1d28fe85e06131dfd2305587ca8424e5.1675876294.git.kaelyn.alexi@protonmail.com
* gnu/packages/file-systems.scm (zfs): Update to 2.1.9.
---
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 049ef04ea8..471f943754 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1251,7 +1251,7 @@ (define-public xfstests
(define-public zfs
(package
(name "zfs")
- (version "2.1.7")
+ (version "2.1.9")
(outputs '("out" "module" "src"))
(source
(origin
@@ -1260,7 +1260,7 @@ (define-public zfs
"/download/zfs-" version
"/zfs-" version ".tar.gz"))
(sha256
- (base32 "06x7mjsgqdl1gqyn0gniklphh6i0fgbnxyjgqq8gzrjx30zfcqk4"))))
+ (base32 "1xjhzqi4jqc3mdps93w4b5f0qhy16fmhz44gsvy1fkmm5vgjq5vb"))))
(build-system linux-module-build-system)
(arguments
(list

base-commit: 417269da945b5d203f6ea87cfc86fdd7397d167b
--
2.39.1
Nicolas Goaziou wrote 2 years ago
(name . Kaelyn Takata via Guix-patches via)(address . guix-patches@gnu.org)
87r0uvsxsr.fsf@nicolasgoaziou.fr
Hello,

Kaelyn Takata via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/file-systems.scm (zfs): Update to 2.1.9.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 61370
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