diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-28 21:54:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-28 21:54:58 +0100 |
commit | 09e353d846e2bb838e1c07e40bc1de35c85ea7d7 (patch) | |
tree | 3b830a90b492959bcd47dcfe0199cce35b5c5170 /gnu/packages/mtools.scm | |
parent | 9ff04ff7258657651d7f4a9f7ee3274b803e551d (diff) | |
download | guix-09e353d846e2bb838e1c07e40bc1de35c85ea7d7.tar guix-09e353d846e2bb838e1c07e40bc1de35c85ea7d7.tar.gz |
gnu: exfat-utils: Update to 1.2.6.
* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.6.
Diffstat (limited to 'gnu/packages/mtools.scm')
-rw-r--r-- | gnu/packages/mtools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm index 34bcb5d803..4261162427 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.5") + (version "1.2.6") (source (origin (method url-fetch) (uri (string-append @@ -56,7 +56,7 @@ FAT-specific file attributes.") version "/" name "-" version ".tar.gz")) (sha256 (base32 - "1qhvjd6dmzhxjdnm4cklajbr03wsjjvkxrsjij517a33napcl93s")))) + "0hxcz0y3rd79nycjlzaca9wh9qj64rw8rzm0xk4jk9ljry96csxr")))) (build-system gnu-build-system) (home-page "https://github.com/relan/exfat") (synopsis "Utilities to manipulate exFAT file systems") |