[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: exfat-tools: Update to 1.2.7.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/03: gnu: exfat-tools: Update to 1.2.7. |
Date: |
Mon, 5 Jun 2017 07:49:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2d53c506deecf91276d54c7d0fcdaa5c57843860
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jun 5 13:50:08 2017 +0200
gnu: exfat-tools: Update to 1.2.7.
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
---
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 4261162..2ac78c5 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -48,7 +48,7 @@ FAT-specific file attributes.")
(define-public exfat-utils
(package
(name "exfat-utils")
- (version "1.2.6")
+ (version "1.2.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -56,7 +56,7 @@ FAT-specific file attributes.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "0hxcz0y3rd79nycjlzaca9wh9qj64rw8rzm0xk4jk9ljry96csxr"))))
+ "1r7z3n1zxkvlqf1wv7pg0jwlr1144wznd0slfckpsb5rap8k4q9q"))))
(build-system gnu-build-system)
(home-page "https://github.com/relan/exfat")
(synopsis "Utilities to manipulate exFAT file systems")