mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mtools: Update to 4.0.42.
* gnu/packages/mtools.scm (mtools): Update to 4.0.42.
This commit is contained in:
parent
0a852deec5
commit
c646d8c32d
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@ (define-module (gnu packages mtools)
|
||||||
(define-public mtools
|
(define-public mtools
|
||||||
(package
|
(package
|
||||||
(name "mtools")
|
(name "mtools")
|
||||||
(version "4.0.41")
|
(version "4.0.42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/mtools/mtools-"
|
(uri (string-append "mirror://gnu/mtools/mtools-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04qaz2sz4394dil7l2vxqcxi7y7fyksanqh6sxzgygpvchi1ahi5"))
|
"05fg5i8da5jdym3cq2939j7n3fqw4cz2riy1yci6pbw29pgdzgv4"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "mtools-mformat-uninitialized.patch"))))
|
(search-patches "mtools-mformat-uninitialized.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue