guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fuse-exfat: Update to 1.2.8.


From: Rutger Helling
Subject: 01/01: gnu: fuse-exfat: Update to 1.2.8.
Date: Tue, 13 Feb 2018 04:26:51 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit ebcab70ac52215d96e79681e590905614241633f
Author: Rutger Helling <address@hidden>
Date:   Tue Feb 13 10:24:28 2018 +0100

    gnu: fuse-exfat: Update to 1.2.8.
    
    * gnu/packages/linux.scm (fuse-exfat): Update to 1.2.8.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d39654e..23fca6f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2017 Gábor Boskovits <address@hidden>
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
-;;; Copyright © 2017 Rutger Helling <address@hidden>
+;;; Copyright © 2017, 2018 Rutger Helling <address@hidden>
 ;;; Copyright © 2017 nee <address@hidden>
 ;;; Copyright © 2017 Dave Love <address@hidden>
 ;;;
@@ -3158,7 +3158,7 @@ is flexible, efficient and uses a modular 
implementation.")
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")
-    (version "1.2.7")
+    (version "1.2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3166,7 +3166,7 @@ is flexible, efficient and uses a modular 
implementation.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0df0ccnd0dgwc6rvk9qmrz0nfb8whc5s3wg9qnw1mzbrh4rcvhw2"))))
+                "1jwnxw0bg9v5ij8xvbg4xpjr50nykq8a1lmc2xkblz204rq7wd8z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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