guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: dosfstools: Update to 4.0.


From: Efraim Flashner
Subject: 05/10: gnu: dosfstools: Update to 4.0.
Date: Tue, 31 May 2016 19:11:57 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 805117827c52aa7f21f22deda95c8cff50be6b7d
Author: Efraim Flashner <address@hidden>
Date:   Tue May 31 20:45:07 2016 +0300

    gnu: dosfstools: Update to 4.0.
    
    * gnu/packages/disk.scm (dosfstools): Update to 4.0.
    [arguments]: Re-enable the 'configure phase.
---
 gnu/packages/disk.scm |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c7aa0dc..c60eacb 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -123,7 +123,7 @@ to recover data more efficiently by only reading the 
necessary blocks.")
 (define-public dosfstools
   (package
     (name "dosfstools")
-    (version "3.0.28")
+    (version "4.0")
     (source
      (origin
        (method url-fetch)
@@ -132,14 +132,12 @@ to recover data more efficiently by only reading the 
necessary blocks.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1qkya6lald91c8nsf29jwnk0k5v42wlj24gacfdp3wpc8hq935gf"))))
+         "1bvxbv1w6vhbx0nx7ygp700wq5k2hjv0hm7w0kz1x7amaf4p6dwh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "PREFIX=" %output)
                           "CC=gcc")
-       #:tests? #f  ;no tests
-       #:phases (modify-phases %standard-phases
-                  (delete 'configure))))
+       #:tests? #f))  ;no tests
     (home-page "https://github.com/dosfstools/dosfstools";)
     (synopsis "Utilities for making and checking MS-DOS FAT filesystems")
     (description



reply via email to

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