guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: exfat-utils: Update to 1.3.0.


From: Tobias Geerinckx-Rice
Subject: 03/09: gnu: exfat-utils: Update to 1.3.0.
Date: Tue, 18 Sep 2018 09:40:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ecd843df5652f63e9f270159936b504357ef2b4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 22:40:30 2018 +0200

    gnu: exfat-utils: Update to 1.3.0.
    
    * gnu/packages/mtools.scm (exfat-utils): Update to 1.3.0.
---
 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 3bfc4e7..f49a035 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.8")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -57,7 +57,7 @@ FAT-specific file attributes.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "09yf41mgwp8wg0psq347d5razllilx1sd4ij9173nri47p9465jw"))))
+                "0da8f8mm1sbwqp7prh78qk33xm0b8kk2d5is7mh2szlhgdxd1syz"))))
     (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]