gnu: disorderfs: Update to 0.5.4.

* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-01 23:22:11 +02:00
parent 99f97a7752
commit 7f12d8134e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -107,7 +107,7 @@ (define-public httpfs2
(define-public disorderfs
(package
(name "disorderfs")
(version "0.5.3")
(version "0.5.4")
(source
(origin
(method git-fetch)
@ -117,7 +117,7 @@ (define-public disorderfs
(file-name (git-file-name name version))
(sha256
(base32
"1nmhfvxpvz3xsfxl9wqnh6r2l5m7hjq6n0vpblsl5xdcvwaqcf50"))))
"1mw4ix9h17ikki8p2rxdvzp87rcm1c7by5lvfn5gxlxr7hlj9f8g"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))