guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mtools: Update to 4.0.19.


From: Efraim Flashner
Subject: 01/01: gnu: mtools: Update to 4.0.19.
Date: Sun, 30 Sep 2018 08:02:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3b362c8a8366b55a172817d7c347098accd3d56b
Author: Efraim Flashner <address@hidden>
Date:   Sun Sep 30 13:37:06 2018 +0300

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

diff --git a/gnu/packages/mtools.scm b/gnu/packages/mtools.scm
index f49a035..e4750f5 100644
--- a/gnu/packages/mtools.scm
+++ b/gnu/packages/mtools.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 John Darrington <address@hidden>
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +28,7 @@
 (define-public mtools
   (package
     (name "mtools")
-    (version "4.0.18")
+    (version "4.0.19")
     (source
      (origin
       (method url-fetch)
@@ -35,7 +36,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1hxciksv7av5ilnkvwbidyxxr1gzn24lr0mz9z8drkml7780im1h"))))
+        "003qnj4rs22v2sih3is55scvav8xq9p1dp5b7gnyl67a60ky516r"))))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/mtools/";)
     (synopsis "Access MS-DOS disks without mounting")



reply via email to

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