[bug#78515] Update disorderfs to 0.6.0
Commit Message
The attached patch updates disorderfs to 0.6.0.
Builds, and there are no dependents to check...
live well,
vagrant
From ad7fa7b50616e9465d4d21e72c718be1d046ddb1 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Tue, 20 May 2025 14:31:50 -0700
Subject: [PATCH] gnu: disorderfs: Update to 0.6.0.
* gnu/packages/file-systems.scm (disorderfs): Update to 0.6.0.
---
gnu/packages/file-systems.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1172,7 +1172,7 @@ (define-public nilfs-utils
(define-public disorderfs
(package
(name "disorderfs")
- (version "0.5.11")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -1182,7 +1182,7 @@ (define-public disorderfs
(file-name (git-file-name name version))
(sha256
(base32
- "1pnrj0h8sgqwgsc18vz3fkqsp6vhigdbi75vdj0si1r6wgslnr7z"))))
+ "14x57qnqifx6hal1yb2bnrda9l12z19vhqlq850qax23z362q53q"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
base-commit: 28b2b7e6d7a57addc1c4e5529dcba483c8eff493
--
2.39.5