"ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/file-systems.scm (zfs): Update to 2.3.0. > > Change-Id: I3c77bb5bd97aa1a437d439fcdf59b1bf03b562ae > --- > 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 937bff4375..191a58cded 100644 > --- a/gnu/packages/file-systems.scm > +++ b/gnu/packages/file-systems.scm > @@ -1563,7 +1563,7 @@ (define-public xfstests > (define-public zfs > (package > (name "zfs") > - (version "2.2.7") > + (version "2.3.0") > (outputs '("out" "module" "src")) > (source > (origin > @@ -1572,7 +1572,7 @@ (define-public zfs > "/download/zfs-" version > "/zfs-" version ".tar.gz")) > (sha256 > - (base32 "0wkniyfjmbvyyfqv35fhbdx58qk7rck3f91j05x419pjmfzy7f5j")))) > + (base32 "19jnjcpaknb8yf7zh7f36kmnb9m91ndzxwqpqfwwc92znpm8g1vf")))) > (build-system linux-module-build-system) > (arguments > (list > > base-commit: dbe1711a3a8aa4d6e1bef8285270e07579a74f19 pushed, closing.