[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/14: gnu: mtools: Update to 4.0.36.
From: |
guix-commits |
Subject: |
09/14: gnu: mtools: Update to 4.0.36. |
Date: |
Sat, 18 Dec 2021 11:40:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1eee548892676fd63052e0f3588f8dc8ab8f400b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 05:28:08 2021 +0100
gnu: mtools: Update to 4.0.36.
* gnu/packages/mtools.scm (mtools): Update to 4.0.36.
---
gnu/packages/mtools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index a660606..f3539e5 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -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)
- 08/14: gnu: rofi: Remove input labels., (continued)
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14., guix-commits, 2021/12/18
- 11/14: gnu: imv: Remove input labels., guix-commits, 2021/12/18
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage., guix-commits, 2021/12/18
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18
- 10/14: gnu: imv: Update to 4.3.1., guix-commits, 2021/12/18
- 13/14: gnu: qtox: Update to 1.17.4., guix-commits, 2021/12/18
- 09/14: gnu: mtools: Update to 4.0.36.,
guix-commits <=