unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73079] [PATCH] gnu: zfs: Update to 2.2.6.
@ 2024-09-06 18:21 Ashish SHUKLA via Guix-patches via
  2024-09-06 18:32 ` bug#73079: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-06 18:21 UTC (permalink / raw)
  To: 73079; +Cc: Ashish SHUKLA

* gnu/packages/file-systems.scm (zfs): Update to 2.2.6.

Change-Id: Id3bb46523be5fdecfb803896c1320de48cc52b27
---
 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 0d2359761a..3afabad9b3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1445,7 +1446,7 @@ (define-public xfstests
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.2.5")
+    (version "2.2.6")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1454,7 +1455,7 @@ (define-public zfs
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "15w8s0f155kpylgdan56hgwc86fl1658br05dmyyhxfd55pwz213"))))
+           (base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9"))))
     (build-system linux-module-build-system)
     (arguments
      (list

base-commit: 904631033ef8c5af94d3c2ec5e2762fdddf74c28
-- 
2.46.0





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

end of thread, other threads:[~2024-09-06 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 18:21 [bug#73079] [PATCH] gnu: zfs: Update to 2.2.6 Ashish SHUKLA via Guix-patches via
2024-09-06 18:32 ` bug#73079: " Tobias Geerinckx-Rice via Guix-patches via

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).