summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Trofimov <sarg@sarg.org.ru>2026-07-16 21:43:04 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-07-20 13:35:21 -0700
commitdceb63cf276efb8262910133253b60f3ce40aef1 (patch)
treea5f377572b425e29c72636e7d0600a5d8993b6bb
parent257b2b40265055cd14587de260fcd7c0c2e90542 (diff)
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 <vagrant@debian.org>
-rw-r--r--gnu/packages/linux.scm4
1 files 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.")
8449(define-public ntfs-3g 8449(define-public ntfs-3g
8450 (package 8450 (package
8451 (name "ntfs-3g") 8451 (name "ntfs-3g")
8452 (version "2022.10.3") 8452 (version "2026.7.7")
8453 (source (origin 8453 (source (origin
8454 (method git-fetch) 8454 (method git-fetch)
8455 (uri 8455 (uri
@@ -8459,7 +8459,7 @@ invocations of itself.")
8459 (file-name (git-file-name name version)) 8459 (file-name (git-file-name name version))
8460 (sha256 8460 (sha256
8461 (base32 8461 (base32
8462 "02cmw0b2r6j5rk733ljlyrjibv997ck8f9lwrs93kpr6d6q57qcy")) 8462 "0kkpmi28qihwmnyvdnkj0azrd7zr6wkv590pjfmbbhn1w4qfp7gd"))
8463 (patches 8463 (patches
8464 (search-patches "ntfs-3g-autoconf-sbin-helpers.patch" 8464 (search-patches "ntfs-3g-autoconf-sbin-helpers.patch"
8465 "ntfs-3g-consistent-sbindir-usage.patch")))) 8465 "ntfs-3g-consistent-sbindir-usage.patch"))))