~ruther/guix-local

48c73c6275ae15b706ef572b59a96740f34c7e4d — Ahmad Draidi 2 months ago dc6f47a
gnu: bcachefs-linux-module: Update to 1.33.0.

* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to 1.33.0.

Change-Id: Idf01cf4c4bba7e30314c0fb9d9da698a3d2e767d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #4693
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/file-systems.scm
M gnu/packages/file-systems.scm => gnu/packages/file-systems.scm +2 -2
@@ 952,7 952,7 @@ minimal bcachefs-tools package.  It is meant to be used in initrds.")
(define-public bcachefs-linux-module
  (package
    (name "bcachefs-linux-module")
    (version "1.32.1")
    (version "1.33.0")
    (source
     (origin
       (method git-fetch)


@@ 961,7 961,7 @@ minimal bcachefs-tools package.  It is meant to be used in initrds.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0m85s00i1xfb9lr73j41f80akkhcijh9m0b602r76b15a0l5v3a9"))))
        (base32 "05lqw3mxi73nm1q4qv43p9hyiwi2hdx4nc9fzm7rxwip6ys1kqkd"))))
    (build-system linux-module-build-system)
    (arguments
     (list