* [bug#55101] [PATCH v1] Update ZFS from version 2.1.2 to 2.1.4.
@ 2022-04-25 0:11 Brian Cully
2022-04-26 9:04 ` bug#55101: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Brian Cully @ 2022-04-25 0:11 UTC (permalink / raw)
To: 55101
base-commit: 968992e49910dc50cd6e826271793387ed499961
---
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 b1f3f4158f..92a310051d 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1145,7 +1145,7 @@ (define args
(define-public zfs
(package
(name "zfs")
- (version "2.1.2")
+ (version "2.1.4")
(outputs '("out" "module" "src"))
(source
(origin
@@ -1154,7 +1154,7 @@ (define-public zfs
"/download/zfs-" version
"/zfs-" version ".tar.gz"))
(sha256
- (base32
"1rxrr329y6zgkcqv0gah8bgi9ih6pqaay7mnk4xqlrhzgb8z3315"))))
+ (base32
"1xmcy4f0damf1pkb1sy1339ir1jkky0dwzd8vhwgc1pqjgac0liv"))))
(build-system linux-module-build-system)
(arguments
`(;; The ZFS kernel module should not be downloaded since
the license
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-26 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-25 0:11 [bug#55101] [PATCH v1] Update ZFS from version 2.1.2 to 2.1.4 Brian Cully
2022-04-26 9:04 ` bug#55101: " Mathieu Othacehe
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).