mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: ntfs-3g: Update to 2022.5.17.
* gnu/packages/linux.scm (ntfs-3g): Update to 2022.5.17.
This commit is contained in:
parent
246e8e7f81
commit
99b73f6041
1 changed files with 2 additions and 2 deletions
|
@ -6137,14 +6137,14 @@ (define-public turbostat
|
|||
(define-public ntfs-3g
|
||||
(package
|
||||
(name "ntfs-3g")
|
||||
(version "2021.8.22")
|
||||
(version "2022.5.17")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://tuxera.com/opensource/"
|
||||
"ntfs-3g_ntfsprogs-" version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yrf42xr92qv3pads8lzp5nyssz6875ncfgg8v3jwjyr0nm87f2m"))
|
||||
"14zbsl7m32f796dkr334zbkj5rba7xa8smxb2ysf3095jyvgp284"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
;; Install under $prefix.
|
||||
|
|
Loading…
Reference in a new issue