guix-commits
[Top][All Lists]
Advanced

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

18/22: gnu: mtr: Update to 0.94.


From: guix-commits
Subject: 18/22: gnu: mtr: Update to 0.94.
Date: Wed, 30 Sep 2020 18:25:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 36bb10d6788437536ff421be4fbc8c04bfbebf98
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 19:43:36 2020 +0200

    gnu: mtr: Update to 0.94.
    
    * gnu/packages/networking.scm (mtr): Update to 0.94.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7679d62..c233080 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2661,14 +2661,14 @@ can be whipped up with little effort.")
 (define-public mtr
   (package
     (name "mtr")
-    (version "0.93")
+    (version "0.94")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "ftp://ftp.bitwizard.nl/mtr/";
                            "mtr-" version ".tar.gz"))
        (sha256
-        (base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
+        (base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
     (build-system gnu-build-system)
     (inputs
      `(("libcap" ,libcap)



reply via email to

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