1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: disorderfs: Update to 0.6.0.

* gnu/packages/file-systems.scm (disorderfs): Update to 0.6.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Vagrant Cascadian 2025-05-20 14:31:50 -07:00 committed by Christopher Baines
parent a66ae82293
commit 6181d7cc8a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1172,7 +1172,7 @@ files mistakenly overwritten or destroyed just a few seconds ago.")
(define-public disorderfs (define-public disorderfs
(package (package
(name "disorderfs") (name "disorderfs")
(version "0.5.11") (version "0.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1182,7 +1182,7 @@ files mistakenly overwritten or destroyed just a few seconds ago.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pnrj0h8sgqwgsc18vz3fkqsp6vhigdbi75vdj0si1r6wgslnr7z")))) "14x57qnqifx6hal1yb2bnrda9l12z19vhqlq850qax23z362q53q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))