diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-05 13:49:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-05 13:51:15 +0200 |
commit | be9000822040ef6582b251f35307215021b11b16 (patch) | |
tree | e3e8eb07359b35c76d084cddc39ee8f96a1602ea | |
parent | 3bee4b61963bf0e0da4e5a52a0ba24fe0aae2302 (diff) | |
download | patches-be9000822040ef6582b251f35307215021b11b16.tar patches-be9000822040ef6582b251f35307215021b11b16.tar.gz |
gnu: fuse-exfat: Update to 1.2.7.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2dadc77ee5..16d5cd6d4a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2861,7 +2861,7 @@ is flexible, efficient and uses a modular implementation.") (define-public fuse-exfat (package (name "fuse-exfat") - (version "1.2.6") + (version "1.2.7") (source (origin (method url-fetch) (uri (string-append @@ -2869,7 +2869,7 @@ is flexible, efficient and uses a modular implementation.") version "/" name "-" version ".tar.gz")) (sha256 (base32 - "1rvq4hapy2anal1vg1yidv4x8rg4iw5sxfwqixkw0q2qsxb54471")))) + "0df0ccnd0dgwc6rvk9qmrz0nfb8whc5s3wg9qnw1mzbrh4rcvhw2")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |