guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: ntfs-3g: Update to 2022.5.17.


From: guix-commits
Subject: 15/15: gnu: ntfs-3g: Update to 2022.5.17.
Date: Thu, 11 Aug 2022 16:00:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 99b73f60415b282f2be39134f385cbda4840c336
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 19:05:49 2022 +0200

    gnu: ntfs-3g: Update to 2022.5.17.
    
    * gnu/packages/linux.scm (ntfs-3g): Update to 2022.5.17.
---
 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 cf2cbc7745..cc961b1e9b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6137,14 +6137,14 @@ invocations of itself.")
 (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]