guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: fuse-exfat: Update to 1.2.7.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: fuse-exfat: Update to 1.2.7.
Date: Mon, 5 Jun 2017 07:49:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit be9000822040ef6582b251f35307215021b11b16
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 5 13:49:46 2017 +0200

    gnu: fuse-exfat: Update to 1.2.7.
    
    * gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2dadc77..16d5cd6 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]