mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mtools: Update to 4.0.41.
* gnu/packages/mtools.scm (mtools): Update to 4.0.41.
This commit is contained in:
parent
f6d784b3b5
commit
0c5bc867a1
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
||||||
(define-public mtools
|
(define-public mtools
|
||||||
(package
|
(package
|
||||||
(name "mtools")
|
(name "mtools")
|
||||||
(version "4.0.40")
|
(version "4.0.41")
|
||||||
(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
|
||||||
"1x2xknvyrbqjb6bv0h3p5s0bvss6ici1zxd7jcids4a06m1clbx2"))
|
"04qaz2sz4394dil7l2vxqcxi7y7fyksanqh6sxzgygpvchi1ahi5"))
|
||||||
(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…
Add table
Add a link
Reference in a new issue