guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2582b3f21c8401ae29436f7f539bd451e3928bf0
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Sep 13 11:17:01 2025 +0300

    gnu: fuse-exfat: Update to 1.4.0.
    
    * gnu/packages/linux.scm (fuse-exfat): Update to 1.4.0.
    
    Change-Id: Id11002f64b3b2478353f39bde3b47d25d96c5da2
---
 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 282dded417..495d5a0d40 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7422,7 +7422,7 @@ is flexible, efficient and uses a modular 
implementation.")
 (define-public fuse-exfat
   (package
     (name "fuse-exfat")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7430,7 +7430,7 @@ is flexible, efficient and uses a modular 
implementation.")
                     version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1lz00q8g4590mrdqmf13ba1s9zrqq645ymgm5p9y99ad0qv22r87"))))
+                "07h0ngnydfy8n8h9ni3jn8zlmcj4pzqa0nk0hk0i4yhfbv2yvkx1"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

Reply via email to