summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2020-05-25 17:01:50 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-05-25 17:27:30 -0700
commit2f04adf5c4e4be8e44e2bf753d4e0a87f9149c7e (patch)
tree5f6940761c00aedaaf983ef97396a51be3d6cf44 /gnu
parent0321c6ebeae35709cde65b2dccd0a3a6a5d6aeee (diff)
downloadguix-2f04adf5c4e4be8e44e2bf753d4e0a87f9149c7e.tar.gz
gnu: disorderfs: Update to 0.5.10.
* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/file-systems.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 293322c76b..df6febb92e 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -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)))