summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAhmad Draidi <a.r.draidi@redscript.org>2025-12-05 22:09:45 +0400
committerLudovic Courtès <ludo@gnu.org>2025-12-11 16:02:11 +0100
commit48c73c6275ae15b706ef572b59a96740f34c7e4d (patch)
treea590fdca2f13f18bb6e2fa8168f5200c8bb48a60 /gnu
parentdc6f47a44bb4777b5c7beebf4ce210b7fc80a8bf (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/file-systems.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 854d0e3c9dc..fd12415b24c 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -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