mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mtools: Update to 4.0.46.
* gnu/packages/mtools.scm (mtools): Update to 4.0.46. Change-Id: Ice61bcb61fed69d9ae83c72cd078be3fcc3dc8d8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
6642b8021f
commit
e768fbd92a
@@ -29,14 +29,14 @@
|
||||
(define-public mtools
|
||||
(package
|
||||
(name "mtools")
|
||||
(version "4.0.45")
|
||||
(version "4.0.46")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mtools/mtools-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"066ncw51da1h6w80p6cl6flw8sznk933sf545xa0xzhfpnb8l00b"))
|
||||
"1h0npkb90hl5ki841j6npbvsplwj05clgv14g5wbg3zqb7c8vbcs"))
|
||||
(patches
|
||||
(search-patches "mtools-mformat-uninitialized.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
Reference in New Issue
Block a user