guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: exfat-utils: Update to 1.2.5.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: exfat-utils: Update to 1.2.5.
Date: Mon, 5 Dec 2016 19:34:33 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 694f485b472028e87841a9d2fbfab5728dcd3789
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 5 20:19:54 2016 +0100

    gnu: exfat-utils: Update to 1.2.5.
    
    * gnu/packages/mtools.scm (exfat-utils): Update to 1.2.5.
---
 gnu/packages/mtools.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index a95b8ef..947c606 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -49,7 +49,7 @@ FAT-specific file attributes.")
 (define-public exfat-utils
   (package
     (name "exfat-utils")
-    (version "1.2.4")
+    (version "1.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -57,7 +57,7 @@ FAT-specific file attributes.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "04dvrdmwmj9ggad8aq6inbjcq2yi9i62z42nnivhk7bb84k1k9ba"))))
+                "1qhvjd6dmzhxjdnm4cklajbr03wsjjvkxrsjij517a33napcl93s"))))
     (build-system gnu-build-system)
     (home-page "https://github.com/relan/exfat";)
     (synopsis "Utilities to manipulate exFAT file systems")



reply via email to

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