guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: mtr: Update to 0.93.


From: guix-commits
Subject: 14/20: gnu: mtr: Update to 0.93.
Date: Mon, 2 Dec 2019 20:15:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a36eba4716c59d89357b562103a0876adf814033
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 2 18:27:55 2019 +0100

    gnu: mtr: Update to 0.93.
    
    * gnu/packages/networking.scm (mtr): Update to 0.93.
    [native-inputs]: Remove now-unnecessary autoconf.
---
 gnu/packages/networking.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 45e3a34..fdc16b2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1947,21 +1947,18 @@ can be whipped up with little effort.")
 (define-public mtr
   (package
     (name "mtr")
-    (version "0.92")
+    (version "0.93")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "ftp://ftp.bitwizard.nl/"; name "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "10j3ds3p27jygys4x08kj8fi3zlsgiv72xsfazkah6plwawrv5zj"))))
+        (base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
     (build-system gnu-build-system)
     (inputs
      `(("libcap" ,libcap)
        ("ncurses" ,ncurses)))
-    (native-inputs
-     ;; The 0.92 release tarball still requires the ‘autoheader’ tool.
-     `(("autoconf" ,autoconf)))
     (arguments
      `(#:tests? #f))                    ; tests require network access
     (home-page "https://www.bitwizard.nl/mtr/";)



reply via email to

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