all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67311] [PATCH] gnu: zfs: Update to 2.1.13.
@ 2023-11-20 20:25 Kaelyn Takata via Guix-patches via
  2023-12-05 20:02 ` [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14 antlers via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-11-20 20:25 UTC (permalink / raw)
  To: 67311; +Cc: Kaelyn Takata

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

Change-Id: I695bbdb2b62e8bae298f3573935c37c54114c435
---
 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 bc061a5958..dad4064f31 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1365,7 +1365,7 @@ (define-public xfstests
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.1.12")
+    (version "2.1.13")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -1374,7 +1374,7 @@ (define-public zfs
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0vbf9kfryprb2mbb65jllf6xpsy44xskshglyqqwj4iyxmma5nk4"))))
+           (base32 "1g9a6127r1vhf30ylaj1ykmlzv4b3wfxgz7jxpi585dw7jxlrch6"))))
     (build-system linux-module-build-system)
     (arguments
      (list

base-commit: d20ece07dbb09382f361c8bbf0bcab9e83d8b73e
-- 
2.41.0






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

end of thread, other threads:[~2023-12-18 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20 20:25 [bug#67311] [PATCH] gnu: zfs: Update to 2.1.13 Kaelyn Takata via Guix-patches via
2023-12-05 20:02 ` [bug#67311] [PATCH v2] gnu: zfs: Update to 2.1.14 antlers via Guix-patches via
2023-12-18 19:11   ` bug#67311: " Efraim Flashner

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.