guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: disorderfs: Update to 0.5.5.


From: Tobias Geerinckx-Rice
Subject: 05/07: gnu: disorderfs: Update to 0.5.5.
Date: Tue, 30 Oct 2018 20:48:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit becee7029f843b23755e2cd884fafa563bc8f6b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 30 21:49:28 2018 +0100

    gnu: disorderfs: Update to 0.5.5.
    
    * gnu/packages/file-systems.scm (disorderfs): Update to 0.5.5.
---
 gnu/packages/file-systems.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b195019..f250719 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -107,7 +107,7 @@ single file can be mounted.")
 (define-public disorderfs
   (package
     (name "disorderfs")
-    (version "0.5.4")
+    (version "0.5.5")
     (source
      (origin
        (method git-fetch)
@@ -117,7 +117,7 @@ single file can be mounted.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1mw4ix9h17ikki8p2rxdvzp87rcm1c7by5lvfn5gxlxr7hlj9f8g"))))
+         "18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -126,7 +126,7 @@ single file can be mounted.")
        ("attr" ,attr)))
     (arguments
      `(#:phases (modify-phases %standard-phases
-                  (delete 'configure))
+                  (delete 'configure))  ; no configure script
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list (string-append "PREFIX=" out)))
        #:test-target "test"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]