guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: dosfstools: Update to 4.2.


From: guix-commits
Subject: 02/11: gnu: dosfstools: Update to 4.2.
Date: Mon, 15 Feb 2021 12:12:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3ddb2dec2a45e6674388be101e4d7a6248e358e2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Feb 15 17:36:06 2021 +0100

    gnu: dosfstools: Update to 4.2.
    
    * gnu/packages/disk.scm (dosfstools): Update to 4.2.
    [source]: Code name hard.
---
 gnu/packages/disk.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index f02e83a..110eb83 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -376,16 +376,15 @@ to recover data more efficiently by only reading the 
necessary blocks.")
 (define-public dosfstools
   (package
     (name "dosfstools")
-    (version "4.1")
+    (version "4.2")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/"; name "/" name
+       (uri (string-append "https://github.com/dosfstools/dosfstools";
                            "/releases/download/v" version "/"
-                           name "-" version ".tar.xz"))
+                           "dosfstools-" version ".tar.gz"))
        (sha256
-        (base32
-         "0wy13i3i4x2bw1hf5m4fd0myh61f9bcrs035fdlf6gyc1jksrcp6"))))
+        (base32 "09xm1540h9npqw0s5s2335xqxfdp059rl98l3fidr4h0z7mnx4k4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-compat-symlinks")



reply via email to

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