all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73074] [PATCH] gnu: zfs: Update to 2.2.6.
@ 2024-09-06 15:56 Zheng Junjie
  2024-09-09 13:20 ` bug#73074: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-09-06 15:56 UTC (permalink / raw)
  To: 73074

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

Change-Id: I728eb14ce11a081edf75d027ecc923d42b0855de
---
 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 0d2359761a..7863b13447 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1445,7 +1445,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 +1454,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: 2c8e2933f414d0e52ffed655f1156efe35a431e4
-- 
2.45.2





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

end of thread, other threads:[~2024-09-09 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 15:56 [bug#73074] [PATCH] gnu: zfs: Update to 2.2.6 Zheng Junjie
2024-09-09 13:20 ` bug#73074: " Z572

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.