mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: disoderfs: Update to 0.5.8.
* gnu/packages/file-systems (disorderfs): Update to 0.5.8. [home-page]: Update.
This commit is contained in:
parent
d94e5dffcb
commit
9b478eb734
1 changed files with 3 additions and 3 deletions
|
@ -249,7 +249,7 @@ (define-public jfs_fsck/static
|
||||||
(define-public disorderfs
|
(define-public disorderfs
|
||||||
(package
|
(package
|
||||||
(name "disorderfs")
|
(name "disorderfs")
|
||||||
(version "0.5.6")
|
(version "0.5.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -259,7 +259,7 @@ (define-public disorderfs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zn2ydap8k9fwjl3ivgrg6l32s5p4ik6ca6j1idp7c77znlv6cpp"))))
|
"0pk9i0dycjq0wl6dp37r2hbadgpgmzbmjk2xpbjl36x4yrm4jns8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -274,7 +274,7 @@ (define-public disorderfs
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
;; FIXME: Tests require 'run-parts' which is not in Guix yet.
|
;; FIXME: Tests require 'run-parts' which is not in Guix yet.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://github.com/ReproducibleBuilds/disorderfs")
|
(home-page "https://salsa.debian.org/reproducible-builds/disorderfs")
|
||||||
(synopsis "FUSE file system that introduces non-determinism")
|
(synopsis "FUSE file system that introduces non-determinism")
|
||||||
(description
|
(description
|
||||||
"An overlay FUSE file system that introduces non-determinism
|
"An overlay FUSE file system that introduces non-determinism
|
||||||
|
|
Loading…
Reference in a new issue