gnu: mtools: Update to 4.0.36.

* gnu/packages/mtools.scm (mtools): Update to 4.0.36.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-18 05:28:08 +01:00
parent ebfbc46bc2
commit 1eee548892
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
(define-public mtools
(package
(name "mtools")
(version "4.0.35")
(version "4.0.36")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mtools/mtools-"
version ".tar.bz2"))
(sha256
(base32
"0ja7lkbw6v36p0cq0hs3xsw2ks970k47d350j7cg1lji6wbrwxil"))
"1x20a82wbg4ibnbs4c43kwk3zdvgzycq4flxcir9zfyzyanybh75"))
(patches
(search-patches "mtools-mformat-uninitialized.patch"))))
(build-system gnu-build-system)