1
Fork 0
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:
Andy Tai 2025-06-14 23:14:14 -07:00 committed by Andreas Enge
parent 2a2c6db7e7
commit 44a53e40ba
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)