mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: zfs: Update to 2.3.0.
* gnu/packages/file-systems.scm (zfs): Update to 2.3.0. Change-Id: I3c77bb5bd97aa1a437d439fcdf59b1bf03b562ae
This commit is contained in:
parent
32d1c24332
commit
dd6daa13e3
1 changed files with 2 additions and 2 deletions
|
|
@ -1564,7 +1564,7 @@ with the included @command{xfstests-check} helper.")
|
|||
(define-public zfs
|
||||
(package
|
||||
(name "zfs")
|
||||
(version "2.2.7")
|
||||
(version "2.3.0")
|
||||
(outputs '("out" "module" "src"))
|
||||
(source
|
||||
(origin
|
||||
|
|
@ -1573,7 +1573,7 @@ with the included @command{xfstests-check} helper.")
|
|||
"/download/zfs-" version
|
||||
"/zfs-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j"))))
|
||||
(base32 "19jnjcpaknb8yf7zh7f36kmnb9m91ndzxwqpqfwwc92znpm8g1vf"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue