From dceb63cf276efb8262910133253b60f3ce40aef1 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Thu, 16 Jul 2026 21:43:04 +0200 Subject: gnu: ntfs-3g: Update to 2026.7.7. * gnu/packages/linux.scm (ntfs-3g): Update to 2026.7.7. Change-Id: Ie71e12dac4b932bc943ba9083e85585a8f0e042b Signed-off-by: Vagrant Cascadian --- 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 23a4243dba2..6023dea1a17 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8449,7 +8449,7 @@ invocations of itself.") (define-public ntfs-3g (package (name "ntfs-3g") - (version "2022.10.3") + (version "2026.7.7") (source (origin (method git-fetch) (uri @@ -8459,7 +8459,7 @@ invocations of itself.") (file-name (git-file-name name version)) (sha256 (base32 - "02cmw0b2r6j5rk733ljlyrjibv997ck8f9lwrs93kpr6d6q57qcy")) + "0kkpmi28qihwmnyvdnkj0azrd7zr6wkv590pjfmbbhn1w4qfp7gd")) (patches (search-patches "ntfs-3g-autoconf-sbin-helpers.patch" "ntfs-3g-consistent-sbindir-usage.patch")))) -- cgit v1.2.3