guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mtools: Update to 4.0.24.


From: guix-commits
Subject: 01/03: gnu: mtools: Update to 4.0.24.
Date: Sat, 28 Mar 2020 20:45:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ff38c70e5a5a37bab341400ce3cc092361205680
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 01:39:41 2020 +0100

    gnu: mtools: Update to 4.0.24.
    
    * gnu/packages/mtools.scm (mtools): Update to 4.0.24.
---
 gnu/packages/mtools.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index b93d578..5994cd1 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 John Darrington <address@hidden>
 ;;; Copyright © 2015, 2019 Ludovic Courtès <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -29,14 +29,14 @@
 (define-public mtools
   (package
     (name "mtools")
-    (version "4.0.23")
+    (version "4.0.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/mtools/mtools-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1qwfxzr964fasxlzhllahk8mzh7c82s808wvly95dsqsflkdp27i"))
+                "1f9g7g8zspp8nvg1nz869il9pvxpdpchqd0vxfc89y8rjbda5x14"))
               (patches
                (search-patches "mtools-mformat-uninitialized.patch"))))
     (build-system gnu-build-system)



reply via email to

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