guix-commits
[Top][All Lists]
Advanced

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

14/34: gnu: traceroute: Update to 2.1.2.


From: guix-commits
Subject: 14/34: gnu: traceroute: Update to 2.1.2.
Date: Tue, 18 Jul 2023 21:11:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 708f62bc1c7e0a51e08e11097addfd90b5a039ad
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: traceroute: Update to 2.1.2.
    
    * gnu/packages/networking.scm (traceroute): Update to 2.1.2.
---
 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 a490fafb5c..02e85da524 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4199,7 +4199,7 @@ network.  This must be enabled on the target host, 
usually in the BIOS.")
 (define-public traceroute
   (package
     (name "traceroute")
-    (version "2.1.0")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
@@ -4207,7 +4207,7 @@ network.  This must be enabled on the target host, 
usually in the BIOS.")
                            "traceroute-" version "/traceroute-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1dh32vcfawkl1p9g4ral1p0camds4paqr8db1kaqxwyk6hmd4s9n"))))
+        (base32 "07svkglyizxirgcmv6d4ih59f3ds8pnyprvkrqcf5d3p567jcz2h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite



reply via email to

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