1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: zfs: Update to 2.2.7.

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

Change-Id: I91e1cf9651937b231de46431c9865cbcea29c89b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-12-12 10:44:27 +01:00 committed by Zheng Junjie
parent 49486911df
commit b8329e0721
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1563,16 +1563,16 @@ with the included @command{xfstests-check} helper.")
(define-public zfs (define-public zfs
(package (package
(name "zfs") (name "zfs")
(version "2.2.6") (version "2.2.7")
(outputs '("out" "module" "src")) (outputs '("out" "module" "src"))
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/openzfs/zfs/releases" (uri (string-append "https://github.com/openzfs/zfs/releases"
"/download/zfs-" version "/download/zfs-" version
"/zfs-" version ".tar.gz")) "/zfs-" version ".tar.gz"))
(sha256 (sha256
(base32 "19x2a8k25i3y6nr7nx5aaqrpnp55vjmrw86p06zpgpf578804bn9")))) (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
(list (list