~ruther/guix-local

2582b3f21c8401ae29436f7f539bd451e3928bf0 — Artyom V. Poptsov 6 months ago 4ac3850
gnu: fuse-exfat: Update to 1.4.0.

* gnu/packages/linux.scm (fuse-exfat): Update to 1.4.0.

Change-Id: Id11002f64b3b2478353f39bde3b47d25d96c5da2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 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))