summaryrefslogtreecommitdiff
path: root/gnu/packages/mtools.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-05 13:50:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-05 13:51:15 +0200
commit2d53c506deecf91276d54c7d0fcdaa5c57843860 (patch)
treef9c44eb6dd055d58954e003f6beb22aab0f03b91 /gnu/packages/mtools.scm
parentbe9000822040ef6582b251f35307215021b11b16 (diff)
downloadguix-patches-2d53c506deecf91276d54c7d0fcdaa5c57843860.tar
guix-patches-2d53c506deecf91276d54c7d0fcdaa5c57843860.tar.gz
gnu: exfat-tools: Update to 1.2.7.
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
Diffstat (limited to 'gnu/packages/mtools.scm')
-rw-r--r--gnu/packages/mtools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index 4261162427..2ac78c500a 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")