~ruther/guix-local

2f04adf5c4e4be8e44e2bf753d4e0a87f9149c7e — Vagrant Cascadian 6 years ago 0321c6e
gnu: disorderfs: Update to 0.5.10.

* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/file-systems.scm
M gnu/packages/file-systems.scm => gnu/packages/file-systems.scm +2 -2
@@ 323,7 323,7 @@ from the jfsutils package.  It is meant to be used in initrds.")
(define-public disorderfs
  (package
    (name "disorderfs")
    (version "0.5.9")
    (version "0.5.10")
    (source
     (origin
       (method git-fetch)


@@ 333,7 333,7 @@ from the jfsutils package.  It is meant to be used in initrds.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0irgr9hkm9icx1s44m9382484yx8hddzjxbsz621ip9c946pif0g"))))
         "0lsisx5118k0qk0b5klbxl03rvhycnznyfx05yxmjawh85bfhmlh"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))