[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: dosfstools: Update to 3.0.28.
From: |
??? |
Subject: |
02/03: gnu: dosfstools: Update to 3.0.28. |
Date: |
Wed, 04 Nov 2015 08:02:38 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit dee7e58e56856a81d5c82ae9557cd7195df726c0
Author: 宋文武 <address@hidden>
Date: Wed Nov 4 15:17:03 2015 +0800
gnu: dosfstools: Update to 3.0.28.
* gnu/packages/disk.scm (dosfstools): Update to 3.0.28.
---
gnu/packages/disk.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 98b13ae..a3ecab2 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -124,7 +124,7 @@ to recover data more efficiently by only reading the
necessary blocks.")
(define-public dosfstools
(package
(name "dosfstools")
- (version "3.0.27")
+ (version "3.0.28")
(source
(origin
(method url-fetch)
@@ -133,7 +133,7 @@ to recover data more efficiently by only reading the
necessary blocks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1a2qs5g2zqbk1gzaaf4v3fw3yny6jgbzddpgcamkp3fjifn8wxl5"))))
+ "1qkya6lald91c8nsf29jwnk0k5v42wlj24gacfdp3wpc8hq935gf"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "PREFIX=" %output)