guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: fuse-exfat: Update to 1.3.0.


From: Ludovic Courtès
Subject: 03/05: gnu: fuse-exfat: Update to 1.3.0.
Date: Mon, 19 Nov 2018 03:59:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 1372754dc0a5b67612961d88f2087572b792dbe2
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 19 09:44:22 2018 +0100

    gnu: fuse-exfat: Update to 1.3.0.
    
    * gnu/packages/linux.scm (fuse-exfat): Update to 1.3.0.
---
 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 28c699c..5f5d55b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3188,7 +3188,7 @@ is flexible, efficient and uses a modular 
implementation.")
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")
-    (version "1.2.8")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3196,7 +3196,7 @@ is flexible, efficient and uses a modular 
implementation.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1jwnxw0bg9v5ij8xvbg4xpjr50nykq8a1lmc2xkblz204rq7wd8z"))))
+                "1lz00q8g4590mrdqmf13ba1s9zrqq645ymgm5p9y99ad0qv22r87"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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