guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fuse-exfat: Update to 1.2.6.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: fuse-exfat: Update to 1.2.6.
Date: Sat, 28 Jan 2017 20:57:18 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 9ff04ff7258657651d7f4a9f7ee3274b803e551d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 28 21:54:20 2017 +0100

    gnu: fuse-exfat: Update to 1.2.6.
    
    * gnu/packages/linux.scm (fuse-exfat): Update to 1.2.6.
---
 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 b30b89a..2ee6bf0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2656,7 +2656,7 @@ is flexible, efficient and uses a modular 
implementation.")
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")
-    (version "1.2.5")
+    (version "1.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2664,7 +2664,7 @@ is flexible, efficient and uses a modular 
implementation.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1i0sh0s6wnm4dqxli3drva871wgbbm57qjf592vnswna9hc6bvim"))))
+                "1rvq4hapy2anal1vg1yidv4x8rg4iw5sxfwqixkw0q2qsxb54471"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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