guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/22: gnu: mtools: Update to 4.0.41.


From: guix-commits
Subject: 09/22: gnu: mtools: Update to 4.0.41.
Date: Wed, 19 Oct 2022 15:37:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0c5bc867a1d7eaaba6e7dc5583a79b7b1a2be6be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

    gnu: mtools: Update to 4.0.41.
    
    * gnu/packages/mtools.scm (mtools): Update to 4.0.41.
---
 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 c0977f0e17..3753a1a3ef 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -29,14 +29,14 @@
 (define-public mtools
   (package
     (name "mtools")
-    (version "4.0.40")
+    (version "4.0.41")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/mtools/mtools-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1x2xknvyrbqjb6bv0h3p5s0bvss6ici1zxd7jcids4a06m1clbx2"))
+                "04qaz2sz4394dil7l2vxqcxi7y7fyksanqh6sxzgygpvchi1ahi5"))
               (patches
                (search-patches "mtools-mformat-uninitialized.patch"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]