guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: exfat-utils: Update to 1.2.8.


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: exfat-utils: Update to 1.2.8.
Date: Sat, 10 Feb 2018 21:09:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e98d1d2a647fd7bdccd4cc9c6be040f7283d8fb8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 9 00:20:52 2018 +0100

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

diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index 2ac78c5..3bfc4e7 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 John Darrington <address@hidden>
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -48,7 +49,7 @@ FAT-specific file attributes.")
 (define-public exfat-utils
   (package
     (name "exfat-utils")
-    (version "1.2.7")
+    (version "1.2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -56,7 +57,7 @@ FAT-specific file attributes.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1r7z3n1zxkvlqf1wv7pg0jwlr1144wznd0slfckpsb5rap8k4q9q"))))
+                "09yf41mgwp8wg0psq347d5razllilx1sd4ij9173nri47p9465jw"))))
     (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]