This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 599c641  gnu: disorderfs: Update to 0.5.11.
599c641 is described below

commit 599c641402a7bd8a8ca7e7cb7f6bf9e305e6a691
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sun Feb 7 23:39:24 2021 -0800

    gnu: disorderfs: Update to 0.5.11.
    
    * gnu/packages/file-systems (disorderfs): Update to 0.5.11.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 98e7f0c..b7321ad 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -627,7 +627,7 @@ from the jfsutils package.  It is meant to be used in 
initrds.")
 (define-public disorderfs
   (package
     (name "disorderfs")
-    (version "0.5.10")
+    (version "0.5.11")
     (source
      (origin
        (method git-fetch)
@@ -637,7 +637,7 @@ from the jfsutils package.  It is meant to be used in 
initrds.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0lsisx5118k0qk0b5klbxl03rvhycnznyfx05yxmjawh85bfhmlh"))))
+         "1pnrj0h8sgqwgsc18vz3fkqsp6vhigdbi75vdj0si1r6wgslnr7z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))

Reply via email to