Message ID | g9Phcy7xycS0iang8uv5QF893rynih19i3dqlqShhvc@cp4-web-032.plabs.ch |
---|---|
State | Accepted |
Headers | show |
Series | [bug#50744] gnu: zfs: Update to 2.1.1. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
Hi Kaelyn, Thanks for the patch! I added a copyright header, removed the #t return from custom phases, and pushed to master. Thanks! Arun
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 63a3d4b93d..47c34b28f1 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1175,7 +1175,7 @@ with the included @command{xfstests-check} helper.") (define-public zfs (package (name "zfs") - (version "2.1.0") + (version "2.1.1") (outputs '("out" "module" "src")) (source (origin @@ -1184,7 +1184,7 @@ with the included @command{xfstests-check} helper.") "/download/zfs-" version "/zfs-" version ".tar.gz")) (sha256 - (base32 "0kzkggwznp4m3503f2m4lcinbl99jg50j4asrwfpfk1862vdrgb0")))) + (base32 "1zsc0zkz5cci6pxc0kwzn3xg72qv2fq65phb768y5dgk1784hkxx")))) (build-system linux-module-build-system) (arguments `(;; The ZFS kernel module should not be downloaded since the license