mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: mtools: Update to 4.0.49.
* gnu/packages/mtools.scm (mtools): Update to 4.0.49. Change-Id: Ic1c12154e1962b2c3e3392da9f293651d6b769af Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
2a2c6db7e7
commit
44a53e40ba
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@
|
|||
(define-public mtools
|
||||
(package
|
||||
(name "mtools")
|
||||
(version "4.0.48")
|
||||
(version "4.0.49")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/mtools/mtools-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1abisaa2x87j1g6kafhwmqhn2l1bmygc5yw9m5a73p9mhyn9mhh3"))
|
||||
"17zw3y3nmxj69y4h7c9kmxyb1h3n9wixfqsylyfwbrynhcsikrbg"))
|
||||
(patches
|
||||
(search-patches "mtools-mformat-uninitialized.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue